Bitwig Studio Control Surface API
5.0.11
|
This interface represents a chain selector device which can be:
DeviceLayer activeChain | ( | ) |
The active device layer.
SettableIntegerValue activeChainIndex | ( | ) |
The index of the active chain in the chain selector. In case the chain selector has no chains or the value is not connected to the chain selector, then the value will be 0.
IntegerValue chainCount | ( | ) |
The number of chains in the chain selector.
void cycleNext | ( | ) |
Cycle to the next chain. If the current active chain is the last one, then moves to the first one.
void cyclePrevious | ( | ) |
Cycle to the previous chain. If the current active chain the first one, then moves to the last one.