|
Control Surface API
3.0.3
|

Public Member Functions | |
| BooleanValue | getHasNoteInputSelected () |
| BooleanValue | hasNoteInputSelected () |
| BooleanValue | getHasAudioInputSelected () |
| BooleanValue | hasAudioInputSelected () |
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 () |
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().
Definition at line 14 of file SourceSelector.java.
| BooleanValue getHasAudioInputSelected | ( | ) |
Returns an object that indicates if the source selector has audio inputs enabled.
| BooleanValue getHasNoteInputSelected | ( | ) |
Returns an object that indicates if the source selector has note inputs enabled.
| BooleanValue hasAudioInputSelected | ( | ) |
Returns an object that indicates if the source selector has audio inputs enabled.
| BooleanValue hasNoteInputSelected | ( | ) |
Returns an object that indicates if the source selector has note inputs enabled.