|
Control Surface API
2.2.2
|

Public Member Functions | |
| BrowserFilterColumn | getCategoryFilter () |
| BrowserFilterColumn | getDeviceTypeFilter () |
| BrowserFilterColumn | getFileTypeFilter () |
Public Member Functions inherited from BrowsingSession | |
| void | addIsAvailableObserver (BooleanValueChangedCallback callback) |
| void | addIsActiveObserver (BooleanValueChangedCallback callback) |
| void | activate () |
| BrowserResultsColumn | getResults () |
| CursorBrowserResultItem | getCursorResult () |
| BrowserResultsItem | getSettledResult () |
| CursorBrowserFilterColumn | getCursorFilter () |
| BrowserFilterColumnBank | createFilterBank (int numColumns) |
| IntegerValue | hitCount () |
| void | addHitCountObserver (IntegerValueChangedCallback callback) |
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 are used for browsing devices, including access to all filter columns and the result column as shown in the 'Devices' tab of Bitwig Studio's contextual browser window.
Definition at line 12 of file DeviceBrowsingSession.java.
| BrowserFilterColumn getCategoryFilter | ( | ) |
Returns the category filter as shown in the category column of the browser.
| BrowserFilterColumn getDeviceTypeFilter | ( | ) |
Returns the device type filter as shown in the category column of the browser.
| BrowserFilterColumn getFileTypeFilter | ( | ) |
Returns the file type filter as shown in the category column of the browser.