Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
String | getCategory () |
String | getLabel () |
void | enable () |
void | disable () |
void | show () |
void | hide () |
A common base interface for labeled and categorized settings.
void disable | ( | ) |
Marks the settings as disabled in Bitwig Studio. By default the setting is enabled.
void enable | ( | ) |
Marks the settings as enabled in Bitwig Studio. By default the setting is enabled.
String getCategory | ( | ) |
Returns the category name of the setting.
String getLabel | ( | ) |
Returns the label text of the setting.
void hide | ( | ) |
Hides the setting in Bitwig Studio. By default the setting is shown.
void show | ( | ) |
Shows the setting in Bitwig Studio. By default the setting is shown.