Open markusschloesser opened 3 years ago
my invitation to that 1 repository has expired... :) But I can navigate into everything in my own copy of _Generic/Devices.py
Is 1 a "good example" of functionality to replace, or a good example of using the frameworks?
Do you also have an AFL_BANK3 line in Devices.py?
AFL_BANK3 = (u'', u'', u'', u'', u'', u'S/C On', u'S/C Mix', u'S/C Gain')
Are those first 5 strings also empty for you?
my invitation to that 1 repository has expired... :)
I just sent a new one. It is the Live11 scripts and LOM
Is 1 a "good example" of functionality to replace, or a good example of using the frameworks?
the device module basically handles lots device shit, so the first
Do you also have an AFL_BANK3 line in Devices.py? AFL_BANK3 = (u'', u'', u'', u'', u'', u'S/C On', u'S/C Mix', u'S/C Gain') Are those first 5 strings also empty for you?
I'm gonna reply in the new issue for that :-)
song.song.tracks:
@property
def tracks(self):
"""
Const access to a list of all Player Tracks in the Live Song, exluding the return and Master Track (see also Song.send_tracks and Song.master_track).At least one MIDI or Audio Track is always available.
"""
pass
track.track.devices:
@property
def devices(self):
"""
Return const access to all available Devices that are present in the TracksDevicechain. This tuple will also include the 'mixer_device' that every Trackalways has.
"""
pass
so no need to keep index