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

Public Member Functions

void set (boolean value)
 
void toggle ()
 
HardwareActionBindable toggleAction ()
 
HardwareActionBindable setToTrueAction ()
 
HardwareActionBindable setToFalseAction ()
 
- Public Member Functions inherited from BooleanValue
boolean get ()
 
default boolean getAsBoolean ()
 
- Public Member Functions inherited from Value< BooleanValueChangedCallback >
void markInterested ()
 
void addValueObserver (ObserverType callback)
 
- Public Member Functions inherited from HardwareActionBindable
HardwareActionBinding addBinding (HardwareAction action)
 
void invoke ()
 

Detailed Description

Instances of this interface represent boolean values.

Since
API version 1

Member Function Documentation

◆ set()

void set ( boolean  value)

Sets the internal value.

Parameters
valuethe new boolean value.
Since
API version 1

◆ toggle()

void toggle ( )

Toggles the current state. In case the current value is false, the new value will be true and the other way round.

Since
API version 1

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