Interface CursorChannel
- All Superinterfaces:
Channel,Cursor,DeleteableObject,DeviceChain,DuplicableObject,HardwareBindable,ObjectProxy,RelativeHardwarControlBindable,Subscribable
- All Known Subinterfaces:
CursorDeviceLayer,CursorTrack
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.
- Since:
- API version 1
-
Method Summary
Modifier and TypeMethodDescriptionvoidselectChannel(Channel channel) Points the cursor to the given channel.Methods inherited from interface com.bitwig.extension.controller.api.Channel
addColorObserver, addIsSelectedInMixerObserver, addNoteObserver, addVuMeterObserver, channelId, channelIndex, color, duplicate, getMute, getPan, getSend, getSolo, getVolume, isActivated, isMutedBySolo, makeVisibleInArranger, makeVisibleInMixer, mute, pan, playingNotes, selectInMixer, sendBank, solo, volumeMethods inherited from interface com.bitwig.extension.controller.api.Cursor
addCanSelectNextObserver, addCanSelectPreviousObserver, hasNext, hasPrevious, selectFirst, selectLast, selectNext, selectNextAction, selectPrevious, selectPreviousActionMethods inherited from interface com.bitwig.extension.controller.api.DeleteableObject
deleteObject, deleteObjectActionMethods inherited from interface com.bitwig.extension.controller.api.DeviceChain
addIsSelectedInEditorObserver, addIsSelectedObserver, addNameObserver, browseToInsertAtEndOfChain, browseToInsertAtStartOfChain, createDeviceBank, createDeviceBrowser, endOfDeviceChainInsertionPoint, name, select, selectInEditor, startOfDeviceChainInsertionPointMethods inherited from interface com.bitwig.extension.controller.api.DuplicableObject
duplicateObject, duplicateObjectActionMethods inherited from interface com.bitwig.extension.controller.api.ObjectProxy
createEqualsValue, existsMethods inherited from interface com.bitwig.extension.controller.api.RelativeHardwarControlBindable
addBinding, addBindingWithSensitivityMethods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribe
-
Method Details
-
selectChannel
Points the cursor to the given channel.- Parameters:
channel- the channel that this channel cursor should point to- Since:
- API version 1
-