|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for DeviceSlot:Additional Inherited Members | |
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 () |
| InsertionPoint | startOfDeviceChainInsertionPoint () |
| InsertionPoint | endOfDeviceChainInsertionPoint () |
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 nested FX slots in devices.
Definition at line 8 of file DeviceSlot.java.