Interface StringValue
- All Superinterfaces:
Subscribable,Supplier<String>,Value<StringValueChangedCallback>
- All Known Subinterfaces:
SettableStringValue
-
Method Summary
Modifier and TypeMethodDescriptionget()Gets the current value.getLimited(int maxLength) Gets the current value and tries to intelligently limit it to the supplied length in the best way possible.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