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

Public Member Functions

void set (String value)
 
- Public Member Functions inherited from EnumValue
String get ()
 
EnumDefinition enumDefinition ()
 
- Public Member Functions inherited from Value< EnumValueChangedCallback >
void markInterested ()
 
void addValueObserver (ObserverType callback)
 

Detailed Description

Instances of this interface represent enumeration values. Enum values work similar to string values, but are limited to a fixed set of value options.

Since
API version 1

Member Function Documentation

◆ set()

void set ( String  value)

Sets the value to the enumeration item with the given name.

Parameters
namethe name of the new enum item
Since
API version 1

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