Interface SettableDoubleValue
- All Superinterfaces:
DoubleSupplier,DoubleValue,Subscribable,Value<DoubleValueChangedCallback>
- All Known Subinterfaces:
SettableBeatTimeValue
-
Method Summary
Methods inherited from interface com.bitwig.extension.controller.api.DoubleValue
get, getAsDoubleMethods 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
-
set
void set(double value) Sets the internal value.- Parameters:
value- the new integer value.- Since:
- API version 1
-
inc
void inc(double amount) Increases/decrease the internal value by the given amount.- Parameters:
amount- the integer amount to increase- Since:
- API version 1
-