Bitwig Studio Control Surface API  5.0.11
HardwareBindingWithRange Interface Reference
+ 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 ()
 

Detailed Description

Represents a binding from some hardware input to a ranged value.

Since
API version 10

Member Function Documentation

◆ setMaxNormalizedValue()

void setMaxNormalizedValue ( double  max)

Sets the maximum normalized value (0...1) that should be used for this binding.

◆ setMinNormalizedValue()

void setMinNormalizedValue ( double  min)

Sets the minimum normalized value (0...1) that should be used for this binding.

◆ setNormalizedRange()

void setNormalizedRange ( double  min,
double  max 
)

Sets the normalized range (0...1) that should be used for this binding.


The documentation for this interface was generated from the following file: