Interface DoubleValue
- All Superinterfaces:
DoubleSupplier,Subscribable,Value<DoubleValueChangedCallback>
- All Known Subinterfaces:
BeatTimeValue,SettableBeatTimeValue,SettableDoubleValue
Instances of this interface represent double values.
- Since:
- API version 2
-
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
double get()Gets the current value.- Since:
- API version 2
-
getAsDouble
default double getAsDouble()- Specified by:
getAsDoublein interfaceDoubleSupplier
-