Interface RemoteControl
- All Superinterfaces:
AbsoluteHardwarControlBindable,DeleteableObject,DoubleSupplier,HardwareBindable,ObjectProxy,Parameter,RangedValue,RelativeHardwarControlBindable,SettableRangedValue,Subscribable,Value<DoubleValueChangedCallback>
Represents a remote control in Bitwig Studio.
- Since:
- API version 2
-
Method Summary
Modifier and TypeMethodDescriptionReturns an object indicating whether this remote control's mapping is being changed.name()The name of the parameter.Methods inherited from interface com.bitwig.extension.controller.api.DeleteableObject
deleteObject, deleteObjectActionMethods inherited from interface com.bitwig.extension.controller.api.ObjectProxy
createEqualsValue, existsMethods inherited from interface com.bitwig.extension.controller.api.Parameter
addNameObserver, addValueDisplayObserver, deleteAllAutomation, hasAutomation, modulatedValue, reset, restoreAutomationControl, setIndication, setLabel, touch, valueMethods inherited from interface com.bitwig.extension.controller.api.RangedValue
addRawValueObserver, addValueObserver, discreteValueCount, discreteValueNames, displayedValue, get, getAsDouble, getOrigin, getRawMethods inherited from interface com.bitwig.extension.controller.api.SettableRangedValue
addBinding, addBinding, addBindingWithRange, addBindingWithRange, addBindingWithRangeAndSensitivity, addBindingWithSensitivity, inc, inc, incRaw, set, set, setImmediately, setRawMethods 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
-
name
SettableStringValue name()Description copied from interface:ParameterThe name of the 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.
-