Interface EnumValue
- All Superinterfaces:
Subscribable,Supplier<String>,Value<EnumValueChangedCallback>
- All Known Subinterfaces:
SettableEnumValue
-
Method Summary
Methods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribeMethods inherited from interface com.bitwig.extension.controller.api.Value
addValueObserver, markInterested
-
Method Details
-
get
String get()Gets the current value. -
enumDefinition
EnumDefinition enumDefinition()Gets the enum definition.- Since:
- API version 11
-