Bitwig Studio Control Surface API
5.0.11
|
Object that represents the popup browser in Bitwig Studio.
BooleanValue canAudition | ( | ) |
Value that indicates if the browser is able to audition material in place while browsing.
void cancel | ( | ) |
Cancels the popup browser.
BrowserFilterColumn categoryColumn | ( | ) |
The category column of the browser.
void commit | ( | ) |
Commits the selected item in the popup browser.
StringArrayValue contentTypeNames | ( | ) |
Value that reports the possible content types that can be inserted by the popup browser. These are represented by the tabs in Bitwig Studio's popup browser.
(e.g "Device", "Preset", "Sample" etc.)
BrowserFilterColumn creatorColumn | ( | ) |
The creator column of the browser.
BrowserFilterColumn deviceColumn | ( | ) |
The device column of the browser.
BrowserFilterColumn deviceTypeColumn | ( | ) |
The device type column of the browser.
BrowserFilterColumn fileTypeColumn | ( | ) |
The file type column of the browser.
BrowserFilterColumn locationColumn | ( | ) |
The location column of the browser.
BrowserResultsColumn resultsColumn | ( | ) |
Column that represents the results of the search.
SettableIntegerValue selectedContentTypeIndex | ( | ) |
Value that represents the index of the selected content type within the content types supported.
StringValue selectedContentTypeName | ( | ) |
Value that represents the selected content type.
void selectFirstFile | ( | ) |
Selects the first file.
void selectLastFile | ( | ) |
Selects the last file.
void selectNextFile | ( | ) |
Selects the next file.
HardwareActionBindable selectNextFileAction | ( | ) |
Action that selects the next file
void selectPreviousFile | ( | ) |
Selects the previous file.
HardwareActionBindable selectPreviousFileAction | ( | ) |
Action that selects the next file
SettableBooleanValue shouldAudition | ( | ) |
Value that decides if the browser is currently auditioning material in place while browsing or not.
BrowserFilterColumn smartCollectionColumn | ( | ) |
The smart collections column of the browser.
BrowserFilterColumn tagColumn | ( | ) |
The tag column of the browser.
StringValue title | ( | ) |
The title of the popup browser.