Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | setMinNormalizedValue (double min) |
void | setMaxNormalizedValue (double max) |
void | setNormalizedRange (double min, double max) |
![]() | |
void | removeBinding () |
Represents a binding from some hardware input to a ranged value.
void setMaxNormalizedValue | ( | double | max | ) |
Sets the maximum normalized value (0...1) that should be used for this binding.
void setMinNormalizedValue | ( | double | min | ) |
Sets the minimum normalized value (0...1) that should be used for this binding.
void setNormalizedRange | ( | double | min, |
double | max | ||
) |
Sets the normalized range (0...1) that should be used for this binding.