|
Control Surface API
2.2.2
|

Public Member Functions | |
| void | selectSlot (String slot) |
Public Member Functions inherited from DeviceChain | |
| void | selectInEditor () |
| SettableStringValue | name () |
| void | addNameObserver (int numChars, String textWhenUnassigned, StringValueChangedCallback callback) |
| void | addIsSelectedInEditorObserver (BooleanValueChangedCallback callback) |
| void | addIsSelectedObserver (BooleanValueChangedCallback callback) |
| DeviceBank | createDeviceBank (int numDevices) |
| Browser | createDeviceBrowser (final int numFilterColumnEntries, final int numResultsColumnEntries) |
| void | select () |
| void | browseToInsertAtStartOfChain () |
| void | browseToInsertAtEndOfChain () |
Public Member Functions inherited from ObjectProxy | |
| BooleanValue | exists () |
| BooleanValue | createEqualsValue (ObjectProxy other) |
Public Member Functions inherited from Subscribable | |
| boolean | isSubscribed () |
| void | setIsSubscribed (boolean value) |
| void | subscribe () |
| void | unsubscribe () |
Instances of this interface represent the selected device slot as shown in the Bitwig Studio user interface.
Definition at line 9 of file CursorDeviceSlot.java.