Bitwig Studio Control Surface API  5.0.11
CursorDeviceFollowMode Enum Reference

Public Attributes

 FOLLOW_SELECTION
 
 FIRST_DEVICE
 
 FIRST_INSTRUMENT
 
 FIRST_AUDIO_EFFECT
 
 FIRST_INSTRUMENT_OR_DEVICE
 
 LAST_DEVICE
 

Detailed Description

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.

Member Data Documentation

◆ FIRST_AUDIO_EFFECT

FIRST_AUDIO_EFFECT

Selects the first audio effect in the track if there is one.

◆ FIRST_DEVICE

FIRST_DEVICE

Selects the first device in the track if there is one.

◆ FIRST_INSTRUMENT

FIRST_INSTRUMENT

Selects the first instrument in the track if there is one.

◆ FIRST_INSTRUMENT_OR_DEVICE

FIRST_INSTRUMENT_OR_DEVICE

Selects the first instrument or if there is no instrument the first device.

Since
API version 3

◆ FOLLOW_SELECTION

FOLLOW_SELECTION

Follows the device selection made by the user in the track.

◆ LAST_DEVICE

LAST_DEVICE

Selects the last device in the track if there is one.

Since
API version 7

The documentation for this enum was generated from the following file: