Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | setObservedParameterIds (String[] parameterIds) |
This interface is used to configure observation of pretty-printed device parameter values.
void setObservedParameterIds | ( | String[] | parameterIds | ) |
Starts observing the parameters according to the given parameter ID array, or stops observing in case null
is passed in for the parameter ID array.
parameterIds | the array of parameter IDs or null to stop observing parameter display values. |