Bitwig Studio Control Surface API
5.0.11
|
Public Attributes | |
FOLLOW_SELECTION | |
FIRST_DEVICE | |
FIRST_INSTRUMENT | |
FIRST_AUDIO_EFFECT | |
FIRST_INSTRUMENT_OR_DEVICE | |
LAST_DEVICE | |
Mode that defines how a CursorDevice follows a device within the CursorTrack it is created for by default. The user can still override this on a track by track basis but this defines a default follow mode when the user has not done this.
FIRST_AUDIO_EFFECT |
Selects the first audio effect in the track if there is one.
FIRST_DEVICE |
Selects the first device in the track if there is one.
FIRST_INSTRUMENT |
Selects the first instrument in the track if there is one.
FIRST_INSTRUMENT_OR_DEVICE |
Selects the first instrument or if there is no instrument the first device.
FOLLOW_SELECTION |
Follows the device selection made by the user in the track.
LAST_DEVICE |
Selects the last device in the track if there is one.