|
Control Surface API
2.2.2
|

A special kind of channel that follows a channel selection cursor in Bitwig Studio. The selection can either be a custom selection cursor that gets created by the controller script, or represent the user selection cursor as shown in the Bitwig Studio editors, such as the Arranger track selection cursor.
Definition at line 10 of file CursorChannel.java.
| void selectChannel | ( | Channel | channel | ) |
Points the cursor to the given channel.
| channel | the channel that this channel cursor should point to |