|
Control Surface API
2.2.2
|
Public Attributes | |
| FOLLOW_SELECTION | |
| FIRST_DEVICE | |
| FIRST_INSTRUMENT | |
| FIRST_AUDIO_EFFECT | |
| FIRST_INSTRUMENT_OR_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.
Definition at line 8 of file CursorDeviceFollowMode.java.
| FIRST_AUDIO_EFFECT |
Selects the first audio effect in the track if there is one.
Definition at line 20 of file CursorDeviceFollowMode.java.
| FIRST_DEVICE |
Selects the first device in the track if there is one.
Definition at line 14 of file CursorDeviceFollowMode.java.
| FIRST_INSTRUMENT |
Selects the first instrument in the track if there is one.
Definition at line 17 of file CursorDeviceFollowMode.java.
| FIRST_INSTRUMENT_OR_DEVICE |
Selects the first instrument or if there is no instrument the first device.
Definition at line 27 of file CursorDeviceFollowMode.java.
| FOLLOW_SELECTION |
Follows the device selection made by the user in the track.
Definition at line 11 of file CursorDeviceFollowMode.java.