Interface SettableBeatTimeValue

All Superinterfaces:
BeatTimeValue, DoubleSupplier, DoubleValue, HardwareBindable, RelativeHardwarControlBindable, SettableDoubleValue, Subscribable, Value<DoubleValueChangedCallback>

public interface SettableBeatTimeValue extends BeatTimeValue, SettableDoubleValue, RelativeHardwarControlBindable
  • Method Details

    • setRaw

      @Deprecated default void setRaw(double value)
      Deprecated.
      This is included only for backwards compatibility with API version 1 where this inherited from RangedValue instead of DoubleValue.
      The same as the set method.
    • incRaw

      @Deprecated default void incRaw(double amount)
      Deprecated.
      This is included only for backwards compatibility with API version 1 where this inherited from RangedValue instead of DoubleValue.
      The same as the inc method.
    • beatStepper

      Stepper that steps through beat values. This can be used as a target for a RelativeHardwareControl.
      Since:
      API version 10