Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | set (String value) |
![]() | |
String | get () |
EnumDefinition | enumDefinition () |
![]() | |
void | markInterested () |
void | addValueObserver (ObserverType callback) |
Instances of this interface represent enumeration values. Enum values work similar to string values, but are limited to a fixed set of value options.
void set | ( | String | value | ) |
Sets the value to the enumeration item with the given name.
name | the name of the new enum item |