Control Surface API  2.2.2
SourceSelector Interface Reference
Inheritance diagram for SourceSelector:

Public Member Functions

SettableBooleanValue getHasNoteInputSelected ()
 
SettableBooleanValue getHasAudioInputSelected ()
 
- Public Member Functions inherited from ObjectProxy
BooleanValue exists ()
 
BooleanValue createEqualsValue (ObjectProxy other)
 
- Public Member Functions inherited from Subscribable
boolean isSubscribed ()
 
void setIsSubscribed (boolean value)
 
void subscribe ()
 
void unsubscribe ()
 

Detailed Description

Instance of this class represent sources selectors in Bitwig Studio, which are shown as choosers in the user interface and contain entries for either note inputs or audio inputs or both.

The most prominent source selector in Bitwig Studio is the one shown in the track IO section, which can be accessed via the API by calling Track#getSourceSelector().

Since
API version 1

Definition at line 12 of file SourceSelector.java.

Member Function Documentation

SettableBooleanValue getHasAudioInputSelected ( )

Returns an object that indicates if the source selector has audio inputs enabled.

Returns
a boolean value object
Since
API version 1
SettableBooleanValue getHasNoteInputSelected ( )

Returns an object that indicates if the source selector has note inputs enabled.

Returns
a boolean value object
Since
API version 1

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