|
Control Surface API
2.2.2
|
Public Member Functions | |
| String | getCategory () |
| String | getLabel () |
| void | enable () |
| void | disable () |
| void | show () |
| void | hide () |
A common base interface for labeled and categorized settings.
Definition at line 8 of file Setting.java.
| 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.