Interface RelativeHardwarControlBindable
- All Superinterfaces:
HardwareBindable
- All Known Subinterfaces:
Bank<ItemType>,BrowserFilterColumnBank,BrowserFilterItemBank,BrowserItemBank<ItemType>,BrowserResultsItemBank,BrowsingSessionBank,ChainSelector,ChannelBank<ChannelType>,ClipLauncherSlotBank,ClipLauncherSlotOrSceneBank<ItemType>,CueMarkerBank,Cursor,CursorBrowserFilterColumn,CursorBrowserFilterItem,CursorBrowserItem,CursorBrowserResultItem,CursorBrowsingSession,CursorChannel,CursorClip,CursorDevice,CursorDeviceLayer,CursorRemoteControlsPage,CursorTrack,DeviceBank,DeviceLayerBank,DrumPadBank,Parameter,PinnableCursor,PinnableCursorClip,PinnableCursorDevice,PopupBrowser,RemoteControl,SceneBank,Scrollable,Send,SendBank,SettableBeatTimeValue,SettableIntegerValue,SettableRangedValue,TrackBank
Something that can be bound to an
RelativeHardwareControl and can respond to the user input (such
as user turning an encoder left or right) in a meaningful way.- Since:
- API version 10
-
Method Summary
Modifier and TypeMethodDescriptiondefault RelativeHardwareControlBindingaddBinding(RelativeHardwareControl hardwareControl) Binds this target to the supplied hardware control so that when the user moves the hardware control this target will respond in a meaningful way.addBindingWithSensitivity(RelativeHardwareControl hardwareControl, double sensitivity) Binds this target to the supplied hardware control so that when the user moves the hardware control this target will respond in a meaningful way.
-
Method Details
-
addBinding
Binds this target to the supplied hardware control so that when the user moves the hardware control this target will respond in a meaningful way. When the binding is no longer needed theHardwareBinding.removeBinding()method can be called on it. -
addBindingWithSensitivity
RelativeHardwareControlBinding addBindingWithSensitivity(RelativeHardwareControl hardwareControl, double sensitivity) Binds this target to the supplied hardware control so that when the user moves the hardware control this target will respond in a meaningful way. When the binding is no longer needed theHardwareBinding.removeBinding()method can be called on it.
-