Bitwig Studio Control Surface API  5.0.11
Setting Interface Reference

Public Member Functions

String getCategory ()
 
String getLabel ()
 
void enable ()
 
void disable ()
 
void show ()
 
void hide ()
 

Detailed Description

A common base interface for labeled and categorized settings.

Since
API version 1

Member Function Documentation

◆ disable()

void disable ( )

Marks the settings as disabled in Bitwig Studio. By default the setting is enabled.

Since
API version 1

◆ enable()

void enable ( )

Marks the settings as enabled in Bitwig Studio. By default the setting is enabled.

Since
API version 1

◆ getCategory()

String getCategory ( )

Returns the category name of the setting.

Returns
a string value containing the category name
Since
API version 1

◆ getLabel()

String getLabel ( )

Returns the label text of the setting.

Returns
a string value containing the label text
Since
API version 1

◆ hide()

void hide ( )

Hides the setting in Bitwig Studio. By default the setting is shown.

Since
API version 1

◆ show()

void show ( )

Shows the setting in Bitwig Studio. By default the setting is shown.

Since
API version 1

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