Interface RemoteControl

All Superinterfaces:
AbsoluteHardwarControlBindable, DeleteableObject, DoubleSupplier, HardwareBindable, ObjectProxy, Parameter, RangedValue, RelativeHardwarControlBindable, SettableRangedValue, Subscribable, Value<DoubleValueChangedCallback>

public interface RemoteControl extends Parameter, DeleteableObject
Represents a remote control in Bitwig Studio.
Since:
API version 2
  • Method Details

    • name

      Description copied from interface: Parameter
      The name of the parameter.
      Specified by:
      name in interface Parameter
    • isBeingMapped

      SettableBooleanValue isBeingMapped()
      Returns an object indicating whether this remote control's mapping is being changed. An unmapped remote control slot can be mapped by setting this to true.