Interface SourceSelector
- All Superinterfaces:
ObjectProxy,Subscribable
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
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.UsehasNoteInputSelected()instead.Returns an object that indicates if the source selector has audio inputs enabled.Returns an object that indicates if the source selector has note inputs enabled.Methods inherited from interface com.bitwig.extension.controller.api.ObjectProxy
createEqualsValue, existsMethods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribe
-
Method Details
-
getHasNoteInputSelected
Deprecated.UsehasNoteInputSelected()instead.Returns an object that indicates if the source selector has note inputs enabled.- Returns:
- a boolean value object
- Since:
- API version 1
-
hasNoteInputSelected
BooleanValue hasNoteInputSelected()Returns an object that indicates if the source selector has note inputs enabled.- Returns:
- a boolean value object
- Since:
- API version 5
-
getHasAudioInputSelected
Deprecated.UsehasAudioInputSelected()instead.Returns an object that indicates if the source selector has audio inputs enabled.- Returns:
- a boolean value object
- Since:
- API version 1
-
hasAudioInputSelected
BooleanValue hasAudioInputSelected()Returns an object that indicates if the source selector has audio inputs enabled.- Returns:
- a boolean value object
- Since:
- API version 5
-
hasAudioInputSelected()instead.