|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for HardwareBindingWithRange:Public Member Functions | |
| void | setMinNormalizedValue (double min) |
| void | setMaxNormalizedValue (double max) |
| void | setNormalizedRange (double min, double max) |
Public Member Functions inherited from HardwareBinding | |
| void | removeBinding () |
Represents a binding from some hardware input to a ranged value.
Definition at line 8 of file HardwareBindingWithRange.java.
| 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.