Bitwig Studio Control Surface API  5.0.11
SettableDoubleValue Interface Reference
+ Inheritance diagram for SettableDoubleValue:

Public Member Functions

void set (double value)
 
void inc (double amount)
 
- Public Member Functions inherited from DoubleValue
double get ()
 
default double getAsDouble ()
 
- Public Member Functions inherited from Value< DoubleValueChangedCallback >
void markInterested ()
 
void addValueObserver (ObserverType callback)
 

Member Function Documentation

◆ inc()

void inc ( double  amount)

Increases/decrease the internal value by the given amount.

Parameters
amountthe integer amount to increase
Since
API version 1

◆ set()

void set ( double  value)

Sets the internal value.

Parameters
valuethe new integer value.
Since
API version 1

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