|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for SettableStringArrayValue:Public Member Functions | |
| void | set (String[] value) |
Public Member Functions inherited from StringArrayValue | |
| String [] | get () |
Public Member Functions inherited from ObjectArrayValue< String > | |
| ObjectType [] | get () |
| default ObjectType | get (final int index) |
| default boolean | isEmpty () |
Definition at line 6 of file SettableStringArrayValue.java.
| void set | ( | String [] | value | ) |
Sets the internal value.
| value | the new value. |