Interface SettableBeatTimeValue
- All Superinterfaces:
BeatTimeValue,DoubleSupplier,DoubleValue,HardwareBindable,RelativeHardwarControlBindable,SettableDoubleValue,Subscribable,Value<DoubleValueChangedCallback>
public interface SettableBeatTimeValue
extends BeatTimeValue, SettableDoubleValue, RelativeHardwarControlBindable
-
Method Summary
Modifier and TypeMethodDescriptionStepper that steps through beat values.default voidincRaw(double amount) Deprecated.default voidsetRaw(double value) Deprecated.This is included only for backwards compatibility with API version 1 where this inherited fromRangedValueinstead ofDoubleValue.Methods inherited from interface com.bitwig.extension.controller.api.BeatTimeValue
addRawValueObserver, addTimeObserver, getFormatted, getFormattedMethods inherited from interface com.bitwig.extension.controller.api.DoubleValue
get, getAsDoubleMethods inherited from interface com.bitwig.extension.controller.api.RelativeHardwarControlBindable
addBinding, addBindingWithSensitivityMethods inherited from interface com.bitwig.extension.controller.api.SettableDoubleValue
inc, setMethods 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
-
setRaw
Deprecated.This is included only for backwards compatibility with API version 1 where this inherited fromRangedValueinstead ofDoubleValue.The same as the set method. -
incRaw
Deprecated.This is included only for backwards compatibility with API version 1 where this inherited fromRangedValueinstead ofDoubleValue.The same as the inc method. -
beatStepper
RelativeHardwarControlBindable beatStepper()Stepper that steps through beat values. This can be used as a target for aRelativeHardwareControl.- Since:
- API version 10
-
RangedValueinstead ofDoubleValue.