Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | set (String value) |
![]() | |
String | get () |
String | getLimited (int maxLength) |
![]() | |
void | markInterested () |
void | addValueObserver (ObserverType callback) |
Instances of this interface implement the Value interface for string values.
void set | ( | String | value | ) |
Sets the value object to the given string.
value | the new value string |