Skip to main content

API Reference

MidiRemoteAPI

Entry point to the MIDI Remote API.

Properties

Methods

  • makeDeviceDriver(vendorName : string, deviceName : string, createdBy : string) : DeviceDriver

HostDefaults

Referenced by: MidiRemoteAPI

Properties

Methods

  • getAppName() : string
  • getNumberOfInsertEffectSlots() : number
  • getNumberOfStripEffectSlots() : number
  • getNumberOfSendSlots() : number
  • getNumberOfQuickControls() : number
  • getMaxControlRoomTalkbackChannels() : number
  • getMaxControlRoomExternalInputChannels() : number
  • getMaxControlRoomCueChannels() : number
  • getMaxControlRoomPhonesChannels() : number
  • getMaxControlRoomMonitorChannels() : number
  • getMaxGainFactor() : number

HostDefaultsAppVersion

Referenced by: HostDefaults

Methods

  • getVersionString() : string

DeviceDriver

Represents specific hardware device.

Referenced by: MidiRemoteAPI

Properties

Methods

Ports

Device driver sub section for creating midi port objects.

Referenced by: DeviceDriver

Methods

DeviceMidiInput

Device driver MIDI input port.

Referenced by: Ports, SurfaceValueMidiBinding, DetectionPortPair, DetectionSingleInput

Properties

DeviceMidiOutput

Device driver MIDI output port.

Referenced by: Ports, SurfaceValueMidiBinding, DetectionPortPair

Methods

Surface

Emulates hardware surface elements.

Referenced by: DeviceDriver

Methods

  • makePushEncoder(x : number, y : number, w : number, h : number) : PushEncoder
  • makeKnob(x : number, y : number, w : number, h : number) : Knob
  • makeFader(x : number, y : number, w : number, h : number) : Fader
  • makeButton(x : number, y : number, w : number, h : number) : Button
  • makeModWheel(x : number, y : number, w : number, h : number) : ModWheel
  • makePitchBend(x : number, y : number, w : number, h : number) : PitchBend
  • makeTriggerPad(x : number, y : number, w : number, h : number) : TriggerPad
  • makePadXY(x : number, y : number, w : number, h : number) : PadXY
  • makeJoyStickXY(x : number, y : number, w : number, h : number) : JoyStickXY
  • makeLamp(x : number, y : number, w : number, h : number) : Lamp
  • makeBlindPanel(x : number, y : number, w : number, h : number) : BlindPanel
  • makePianoKeys(x : number, y : number, w : number, h : number, firstKeyIndex : number, lastKeyIndex : number) : PianoKeys
  • makeLabelField(x : number, y : number, w : number, h : number) : SurfaceLabelField
  • makeControlLayerZone(name : string) : ControlLayerZone
  • makeCustomValueVariable(name : string) : SurfaceCustomValueVariable

(abstract) SurfaceElement

Inherited by: PushEncoder, Knob, Fader, Button, ModWheel, PitchBend, TriggerPad, PadXY, JoyStickXY, Lamp, BlindPanel, PianoKeys

Referenced by: Surface

PushEncoder

Inherits From: SurfaceElement

Referenced by: Surface

Properties

Methods

Knob

Inherits From: SurfaceElement

Referenced by: Surface

Properties

Methods

Fader

Inherits From: SurfaceElement

Referenced by: Surface

Properties

Methods

  • setTypeVertical() : this
  • setTypeHorizontal() : this
  • setControlLayer(controlLayer : ControlLayer) : this

Button

Inherits From: SurfaceElement

Referenced by: Surface

Properties

Methods

  • setTypePush() : this
  • setTypeToggle() : this
  • setShapeRectangle() : this
  • setShapeCircle() : this
  • setControlLayer(controlLayer : ControlLayer) : this

ModWheel

Inherits From: SurfaceElement

Referenced by: Surface

Properties

Methods

PitchBend

Inherits From: SurfaceElement

Referenced by: Surface

Properties

Methods

TriggerPad

Inherits From: SurfaceElement

Referenced by: Surface

Properties

Methods

PadXY

Inherits From: SurfaceElement

Referenced by: Surface

Properties

Methods

JoyStickXY

Inherits From: SurfaceElement

Referenced by: Surface

Properties

Methods

Lamp

Inherits From: SurfaceElement

Referenced by: Surface

Properties

Methods

  • setShapeRectangle() : this
  • setShapeCircle() : this

BlindPanel

Inherits From: SurfaceElement

Referenced by: Surface

Methods

  • setShapeRectangle() : this
  • setShapeCircle() : this

PianoKeys

Inherits From: SurfaceElement

Referenced by: Surface

SurfaceLabelField

Referenced by: Surface

Methods

ControlLayerZone

Referenced by: Surface

Methods

ControlLayer

Referenced by: ControlLayerZone, PushEncoder, Knob, Fader, Button, ModWheel, PitchBend, TriggerPad, PadXY, JoyStickXY

(abstract) SurfaceValue

Represents a continuous value state of a SurfaceElement.

Inherited by: SurfaceElementValue, SurfaceCustomValueVariable

Referenced by: ValueBinding, CommandBinding, ActionBinding

SurfaceElementValue

Represents a continuous value state of a SurfaceElement.

Inherits From: SurfaceValue

Referenced by: PushEncoder, Knob, Fader, Button, ModWheel, PitchBend, TriggerPad, PadXY, JoyStickXY, Lamp, ValueBinding, CommandBinding, ActionBinding

Properties

  • mMidiBinding : SurfaceValueMidiBinding
  • mOnProcessValueChange : function (activeDevice : ActiveDevice, value : number, diff : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, r : number, g : number, b : number, a : number, isActive : boolean)
  • mTouchState : SurfaceValueTouchState

Methods

SurfaceCustomValueVariable

Represents a continuous value state of a SurfaceElement.

Inherits From: SurfaceValue

Referenced by: Surface, ValueBinding, CommandBinding, ActionBinding

Properties

  • mMidiBinding : SurfaceValueMidiBinding
  • mOnProcessValueChange : function (activeDevice : ActiveDevice, value : number, diff : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, r : number, g : number, b : number, a : number, isActive : boolean)
  • mTouchState : SurfaceValueTouchState

Methods

SurfaceValueMidiBinding

Referenced by: SurfaceElementValue, SurfaceCustomValueVariable

Methods

MidiBindingValueRange7Bit

Referenced by: MidiBindingToNote, MidiBindingToControlChange, MidiBindingToChannelPressure

MidiBindingValueRange14Bit

Referenced by: MidiBindingToControlChange14Bit, MidiBindingToControlChange14BitNRPN, MidiBindingToPitchBend

(abstract) MidiChannelBinding

Inherited by: MidiBindingToNote, MidiBindingToControlChange, MidiBindingToControlChange14Bit, MidiBindingToControlChange14BitNRPN, MidiBindingToPitchBend, MidiBindingToChannelPressure

Referenced by: SurfaceValueMidiBinding

MidiBindingToNote

Inherits From: MidiChannelBinding

Referenced by: SurfaceValueMidiBinding

Methods

  • setValueRange(min : number, max : number) : this

MidiBindingToControlChange

Inherits From: MidiChannelBinding

Referenced by: SurfaceValueMidiBinding

Methods

  • setValueRange(min : number, max : number) : this
  • setTypeAbsolute() : this
  • setTypeRelativeSignedBit() : this
  • setTypeRelativeBinaryOffset() : this
  • setTypeRelativeTwosComplement() : this

MidiBindingToControlChange14Bit

Inherits From: MidiChannelBinding

Inherited by: MidiBindingToControlChange14BitNRPN

Referenced by: SurfaceValueMidiBinding

Methods

  • setValueRange(min : number, max : number) : this
  • setTypeAbsolute() : this
  • setTypeRelativeSignedBit() : this
  • setTypeRelativeBinaryOffset() : this
  • setTypeRelativeTwosComplement() : this

MidiBindingToControlChange14BitNRPN

Inherits From: MidiChannelBinding

Referenced by: SurfaceValueMidiBinding

Methods

  • setValueRange(min : number, max : number) : this
  • setTypeAbsolute() : this
  • setTypeRelativeSignedBit() : this
  • setTypeRelativeBinaryOffset() : this
  • setTypeRelativeTwosComplement() : this

MidiBindingToPitchBend

Inherits From: MidiChannelBinding

Referenced by: SurfaceValueMidiBinding

Properties

MidiBindingToChannelPressure

Inherits From: MidiChannelBinding

Referenced by: SurfaceValueMidiBinding

Properties

SurfaceValueTouchState

Referenced by: SurfaceElementValue, SurfaceCustomValueVariable

Methods

(abstract) Mapping

Inherited by: FactoryMapping

FactoryMapping

Inherits From: Mapping

Referenced by: DeviceDriver

Methods

(abstract) Page

Inherited by: FactoryMappingPage

FactoryMappingPage

Inherits From: Page

Referenced by: FactoryMapping

Properties

Methods

HostAccess

Provides objects and methods to bind the defined Surface to host functions.

Referenced by: FactoryMappingPage

Properties

Methods

(abstract) HostObject

Inherited by: HostObjectUndefined, Transport, QuickControls, FocusedQuickControls, HostPluginParameterBankZone, HostStripEffectSlotFolder, SendSlotFolder, ControlRoomCueSendSlotFolder, MixerBankChannel, SelectedTrackChannel, HostMouseCursor, HostControlRoomChannelMain, HostControlRoomChannelPhonesByIndex, HostControlRoomChannelCueByIndex, HostControlRoomChannelExternalInputByIndex, HostControlRoomChannelTalkbackByIndex, HostControlRoomChannelMonitorByIndex, HostControlRoom, MixConsole, TransportValues, PreFilter, ChannelEQBand, ChannelEQ, HostInstrumentPluginSlot, HostStripEffectSlotGate, HostStripEffectSlotCompressor, HostStripEffectSlotLimiter, HostStripEffectSlotSaturator, HostStripEffectSlotTools, HostInsertEffectViewer, HostInsertAndStripEffects, SendSlot, ControlRoomCueSendSlot, MixerChannelValues, MixerBankZone, TrackSelection

Referenced by: HostObjectDirectAccess

HostObjectUndefined

Inherits From: HostObject

Referenced by: FactoryMappingPage, HostObjectDirectAccess

Properties

  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, title : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

Transport

Access transport functions.

Inherits From: HostObject

Referenced by: HostAccess, HostObjectDirectAccess

Properties

Methods

QuickControls

Inherits From: HostObject

Inherited by: FocusedQuickControls

Referenced by: MixerBankChannel, SelectedTrackChannel, HostObjectDirectAccess

Properties

  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, title : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

FocusedQuickControls

Inherits From: HostObject

Referenced by: HostAccess, MixerBankChannel, SelectedTrackChannel, HostObjectDirectAccess

Properties

Methods

HostPluginParameterBankZone

Inherits From: HostObject

Referenced by: HostInstrumentPluginSlot, HostStripEffectSlotGate, HostStripEffectSlotCompressor, HostStripEffectSlotLimiter, HostStripEffectSlotSaturator, HostStripEffectSlotTools, HostInsertEffectViewer, HostObjectDirectAccess

Properties

Methods

HostStripEffectSlotFolder

Inherits From: HostObject

Referenced by: HostInsertAndStripEffects, HostObjectDirectAccess

Properties

Methods

SendSlotFolder

Inherits From: HostObject

Referenced by: MixerBankChannel, SelectedTrackChannel, HostObjectDirectAccess

Properties

  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, title : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

  • getByIndex(index : number) : SendSlot
  • getSize() : number
  • getRuntimeID(activeMapping : ActiveMapping) : number

ControlRoomCueSendSlotFolder

Inherits From: HostObject

Referenced by: MixerBankChannel, SelectedTrackChannel, HostObjectDirectAccess

Properties

Methods

MixerBankChannel

Inherits From: HostObject

Referenced by: MixerBankZone, HostObjectDirectAccess

Properties

Methods

SelectedTrackChannel

Inherits From: HostObject

Referenced by: TrackSelection, HostObjectDirectAccess

Properties

Methods

HostMouseCursor

Inherits From: HostObject

Referenced by: HostAccess, HostObjectDirectAccess

Properties

Methods

HostControlRoomChannelMain

Inherits From: HostObject

Referenced by: HostControlRoom, HostObjectDirectAccess

Properties

Methods

HostControlRoomChannelPhonesByIndex

Inherits From: HostObject

Referenced by: HostControlRoom, HostObjectDirectAccess

Properties

Methods

HostControlRoomChannelCueByIndex

Inherits From: HostObject

Referenced by: HostControlRoom, HostObjectDirectAccess

Properties

Methods

HostControlRoomChannelExternalInputByIndex

Inherits From: HostObject

Referenced by: HostControlRoom, HostObjectDirectAccess

Properties

Methods

HostControlRoomChannelTalkbackByIndex

Inherits From: HostObject

Referenced by: HostControlRoom, HostObjectDirectAccess

Properties

Methods

HostControlRoomChannelMonitorByIndex

Inherits From: HostObject

Referenced by: HostControlRoom, HostObjectDirectAccess

Properties

Methods

HostControlRoom

Inherits From: HostObject

Referenced by: HostAccess, HostObjectDirectAccess

Properties

Methods

MixConsole

Inherits From: HostObject

Referenced by: HostAccess, HostObjectDirectAccess

Properties

  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, title : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

TransportValues

Inherits From: HostObject

Referenced by: Transport, HostObjectDirectAccess

Properties

Methods

PreFilter

Inherits From: HostObject

Referenced by: MixerBankChannel, SelectedTrackChannel, HostObjectDirectAccess

Properties

Methods

ChannelEQBand

Inherits From: HostObject

Referenced by: ChannelEQ, HostObjectDirectAccess

Properties

Methods

ChannelEQ

Inherits From: HostObject

Referenced by: MixerBankChannel, SelectedTrackChannel, HostObjectDirectAccess

Properties

Methods

HostInstrumentPluginSlot

Inherits From: HostObject

Referenced by: MixerBankChannel, SelectedTrackChannel, HostObjectDirectAccess

Properties

Methods

HostStripEffectSlotGate

Inherits From: HostObject

Referenced by: HostStripEffectSlotFolder, HostObjectDirectAccess

Properties

Methods

HostStripEffectSlotCompressor

Inherits From: HostObject

Referenced by: HostStripEffectSlotFolder, HostObjectDirectAccess

Properties

Methods

HostStripEffectSlotLimiter

Inherits From: HostObject

Referenced by: HostStripEffectSlotFolder, HostObjectDirectAccess

Properties

Methods

HostStripEffectSlotSaturator

Inherits From: HostObject

Referenced by: HostStripEffectSlotFolder, HostObjectDirectAccess

Properties

Methods

HostStripEffectSlotTools

Inherits From: HostObject

Referenced by: HostStripEffectSlotFolder, HostObjectDirectAccess

Properties

Methods

HostInsertEffectViewer

Inherits From: HostObject

Referenced by: HostInsertAndStripEffects, HostObjectDirectAccess

Properties

Methods

  • includeEmptySlotsOnly() : this
  • excludeEmptySlots() : this
  • followPluginWindowInFocus() : this
  • accessSlotAtIndex(index : number) : this
  • getRuntimeID(activeMapping : ActiveMapping) : number

HostInsertAndStripEffects

Inherits From: HostObject

Referenced by: MixerBankChannel, SelectedTrackChannel, HostObjectDirectAccess

Properties

Methods

SendSlot

Inherits From: HostObject

Referenced by: SendSlotFolder, HostObjectDirectAccess

Properties

Methods

ControlRoomCueSendSlot

Inherits From: HostObject

Referenced by: ControlRoomCueSendSlotFolder, HostObjectDirectAccess

Properties

Methods

MixerChannelValues

Inherits From: HostObject

Referenced by: MixerBankChannel, SelectedTrackChannel, HostObjectDirectAccess

Properties

Methods

MixerBankZone

Inherits From: HostObject

Referenced by: MixConsole, HostObjectDirectAccess

Properties

Methods

  • includeAudioChannels() : this
  • includeInstrumentChannels() : this
  • includeSamplerChannels() : this
  • includeMIDIChannels() : this
  • includeFXChannels() : this
  • includeGroupChannels() : this
  • includeVCAChannels() : this
  • includeInputChannels() : this
  • includeOutputChannels() : this
  • includeWindowZoneMainChannels() : this
  • includeWindowZoneLeftChannels() : this
  • includeWindowZoneRightChannels() : this
  • excludeAudioChannels() : this
  • excludeInstrumentChannels() : this
  • excludeSamplerChannels() : this
  • excludeMIDIChannels() : this
  • excludeFXChannels() : this
  • excludeGroupChannels() : this
  • excludeVCAChannels() : this
  • excludeInputChannels() : this
  • excludeOutputChannels() : this
  • excludeWindowZoneMainChannels() : this
  • excludeWindowZoneLeftChannels() : this
  • excludeWindowZoneRightChannels() : this
  • setFollowVisibility(followVisibility : boolean) : this
  • makeMixerBankChannel() : MixerBankChannel
  • getRuntimeID(activeMapping : ActiveMapping) : number

TrackSelection

Inherits From: HostObject

Referenced by: HostAccess, HostObjectDirectAccess

Properties

Methods

HostObjectDirectAccess

Referenced by: HostAccess

Properties

Methods

  • activate(activeMapping : ActiveMapping)
  • update(activeMapping : ActiveMapping)
  • deactivate(activeMapping : ActiveMapping)
  • getBaseObjectID(activeMapping : ActiveMapping) : number
  • getNumberOfChildObjects(activeMapping : ActiveMapping, parentObjectID : number) : number
  • getChildObjectID(activeMapping : ActiveMapping, parentObjectID : number, childIndex : number) : number
  • getObjectUniqueName(activeMapping : ActiveMapping, objectID : number) : string
  • getObjectTypeName(activeMapping : ActiveMapping, objectID : number) : string
  • getObjectUniqueIDString(activeMapping : ActiveMapping, objectID : number) : string
  • getObjectTitle(activeMapping : ActiveMapping, objectID : number) : string
  • getObjectColor(activeMapping : ActiveMapping, objectID : number) : number
  • getNumberOfParameters(activeMapping : ActiveMapping, objectID : number) : number
  • getParameterTagByIndex(activeMapping : ActiveMapping, objectID : number, parameterIndex : number) : number
  • getParameterTitle(activeMapping : ActiveMapping, objectID : number, parameterTag : number, maxLength : number) : string
  • getParameterEditLockState(activeMapping : ActiveMapping, objectID : number, parameterTag : number) : boolean
  • setParameterEditLockState(activeMapping : ActiveMapping, objectID : number, parameterTag : number, state : boolean)
  • getParameterProcessValue(activeMapping : ActiveMapping, objectID : number, parameterTag : number) : number
  • setParameterProcessValue(activeMapping : ActiveMapping, objectID : number, parameterTag : number, value : number)
  • getParameterDefaultProcessValue(activeMapping : ActiveMapping, objectID : number, parameterTag : number) : number
  • getParameterDisplayValue(activeMapping : ActiveMapping, objectID : number, parameterTag : number) : string
  • setParameterDisplayValue(activeMapping : ActiveMapping, objectID : number, parameterTag : number, value : string)
  • getParameterDefaultDisplayValue(activeMapping : ActiveMapping, objectID : number, parameterTag : number) : string
  • getParameterDisplayUnits(activeMapping : ActiveMapping, objectID : number, parameterTag : number) : string
  • getParameterProcessValueType(activeMapping : ActiveMapping, objectID : number, parameterTag : number) : string
  • isParameterAutomatable(activeMapping : ActiveMapping, objectID : number, parameterTag : number) : boolean
  • convertParameterProcessValueToPlain(activeMapping : ActiveMapping, objectID : number, parameterTag : number, valueNormalized : number) : number
  • convertParameterPlainToProcessValue(activeMapping : ActiveMapping, objectID : number, parameterTag : number, valuePlain : number) : number
  • isMixerChannelVisible(activeMapping : ActiveMapping, objectID : number) : boolean
  • getMixerChannelIndex(activeMapping : ActiveMapping, objectID : number) : number
  • getMixerChannelZone(activeMapping : ActiveMapping, objectID : number) : number

HostObjectDirectAccessPluginManager

Referenced by: HostObjectDirectAccess

Methods

  • getNumberOfPluginCollections(activeMapping : ActiveMapping, pluginSlotObjectID : number) : number
  • getPluginCollectionByIndex(activeMapping : ActiveMapping, pluginSlotObjectID : number, index : number) : HostObjectDirectAccessPluginCollection
  • getIndexOfDefaultPluginCollection(activeMapping : ActiveMapping, pluginSlotObjectID : number) : number
  • getIndexOfActivePluginCollection(activeMapping : ActiveMapping, pluginSlotObjectID : number) : number
  • trySetSlotPlugin(activeMapping : ActiveMapping, pluginSlotObjectID : number, pluginTypeUID : string, dontAskDiscard : boolean) : boolean
  • resetSlotPlugin(activeMapping : ActiveMapping, pluginSlotObjectID : number)

(abstract) HostValue

Represents a continuous value state of a HostObject.

Inherited by: HostValueUndefined, StartValue, StopValue, RecordValue, RewindValue, ForwardValue, CycleActiveValue, MetronomeActiveValue, MetronomeClickLevel, VolumeValue, PanValue, MuteValue, SoloValue, MonitorEnableValue, RecordEnableValue, EditorOpenValue, InstrumentOpenValue, SelectedValue, AutomationReadValue, AutomationWriteValue, VUMeterValue, VUMeterMaxValue, VUMeterClipValue, VUMeterPeakValue, VUMultiChannelMeterValue, VUMultiChannelMeterMaxValue, SendOn, SendPrePost, SendLevel, ControlRoomCueSendOnValue, ControlRoomCueSendPrePostValue, ControlRoomCueSendLevelValue, ControlRoomCueSendPanValue, ControlRoomCueSendFolderBypassValue, PluginOnValue, PluginBypassValue, PluginEditValue, PreFilterBypassValue, PreFilterGainValue, PreFilterPhaseSwitchValue, PreFilterHighCutFrequencyValue, PreFilterHighCutOnValue, PreFilterHighCutSlopeValue, PreFilterLowCutFrequencyValue, PreFilterLowCutOnValue, PreFilterLowCutSlopeValue, EQBandGainValue, EQBandFrequencyValue, EQBandQualityValue, EQBandOnValue, EQBandFilterTypeValue, QuickControlValue, FocusedQuickControlsLockedStateValue, HostPluginParameterBankValue, HostValueAtMouseCursor, HostValueAtMouseCursorLockedState, HostControlRoomValue, HostControlRoomSelectSourceCueValueByIndex, HostControlRoomSelectTargetMonitorValueByIndex, HostControlRoomSelectSourceExternalInputValueByIndex

Referenced by: ValueBinding

HostValueUndefined

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: HostObjectUndefined, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

StartValue

Indicates if transport has been started.

Inherits From: HostValue

Referenced by: TransportValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

StopValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: TransportValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

RecordValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: TransportValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

RewindValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: TransportValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

ForwardValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: TransportValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

CycleActiveValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: TransportValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

MetronomeActiveValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: TransportValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

MetronomeClickLevel

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: TransportValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

VolumeValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

PanValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

MuteValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

SoloValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

MonitorEnableValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

RecordEnableValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

EditorOpenValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

InstrumentOpenValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

SelectedValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

AutomationReadValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: HostInstrumentPluginSlot, HostStripEffectSlotGate, HostStripEffectSlotCompressor, HostStripEffectSlotLimiter, HostStripEffectSlotSaturator, HostStripEffectSlotTools, HostInsertEffectViewer, MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

AutomationWriteValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: HostInstrumentPluginSlot, HostStripEffectSlotGate, HostStripEffectSlotCompressor, HostStripEffectSlotLimiter, HostStripEffectSlotSaturator, HostStripEffectSlotTools, HostInsertEffectViewer, MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

VUMeterValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

VUMeterMaxValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

VUMeterClipValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

VUMeterPeakValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

VUMultiChannelMeterValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

VUMultiChannelMeterMaxValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: MixerChannelValues, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

SendOn

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: SendSlot, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

SendPrePost

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: SendSlot, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

SendLevel

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: SendSlot, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

ControlRoomCueSendOnValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: ControlRoomCueSendSlot, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

ControlRoomCueSendPrePostValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: ControlRoomCueSendSlot, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

ControlRoomCueSendLevelValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: ControlRoomCueSendSlot, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

ControlRoomCueSendPanValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: ControlRoomCueSendSlot, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

ControlRoomCueSendFolderBypassValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: ControlRoomCueSendSlotFolder, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

PluginOnValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: HostInstrumentPluginSlot, HostStripEffectSlotGate, HostStripEffectSlotCompressor, HostStripEffectSlotLimiter, HostStripEffectSlotSaturator, HostStripEffectSlotTools, HostInsertEffectViewer, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

PluginBypassValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: HostInstrumentPluginSlot, HostStripEffectSlotGate, HostStripEffectSlotCompressor, HostStripEffectSlotLimiter, HostStripEffectSlotSaturator, HostStripEffectSlotTools, HostInsertEffectViewer, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

PluginEditValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: HostInstrumentPluginSlot, HostStripEffectSlotGate, HostStripEffectSlotCompressor, HostStripEffectSlotLimiter, HostStripEffectSlotSaturator, HostStripEffectSlotTools, HostInsertEffectViewer, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

PreFilterBypassValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: PreFilter, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

PreFilterGainValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: PreFilter, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

PreFilterPhaseSwitchValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: PreFilter, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

PreFilterHighCutFrequencyValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: PreFilter, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

PreFilterHighCutOnValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: PreFilter, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

PreFilterHighCutSlopeValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: PreFilter, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

PreFilterLowCutFrequencyValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: PreFilter, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

PreFilterLowCutOnValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: PreFilter, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

PreFilterLowCutSlopeValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: PreFilter, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

EQBandGainValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: ChannelEQBand, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

EQBandFrequencyValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: ChannelEQBand, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

EQBandQualityValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: ChannelEQBand, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

EQBandOnValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: ChannelEQBand, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

EQBandFilterTypeValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: ChannelEQBand, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

QuickControlValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: QuickControls, FocusedQuickControls, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

FocusedQuickControlsLockedStateValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: FocusedQuickControls, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

HostPluginParameterBankValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: HostPluginParameterBankZone, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

HostValueAtMouseCursor

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: HostMouseCursor, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

HostValueAtMouseCursorLockedState

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: HostMouseCursor, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

HostControlRoomValue

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: HostControlRoomChannelMain, HostControlRoomChannelPhonesByIndex, HostControlRoomChannelCueByIndex, HostControlRoomChannelExternalInputByIndex, HostControlRoomChannelTalkbackByIndex, HostControlRoomChannelMonitorByIndex, HostControlRoom, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

HostControlRoomSelectSourceCueValueByIndex

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: HostControlRoomChannelMain, HostControlRoomChannelPhonesByIndex, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

HostControlRoomSelectTargetMonitorValueByIndex

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: HostControlRoom, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

HostControlRoomSelectSourceExternalInputValueByIndex

Represents a continuous value state of a HostObject.

Inherits From: HostValue

Referenced by: HostControlRoom, ValueBinding

Properties

  • mOnProcessValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : number)
  • mOnDisplayValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, value : string, units : string)
  • mOnTitleChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, objectTitle : string, valueTitle : string)
  • mOnColorChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, r : number, g : number, b : number, a : number, isActive : boolean)

Methods

(abstract) TransportTimeDisplayDetails

Inherited by: TransportTimeDisplayDetailsPrimary, TransportTimeDisplayDetailsSecondary

TransportTimeDisplayDetailsPrimary

Inherits From: TransportTimeDisplayDetails

Referenced by: TransportTimeDisplay

Properties

TransportTimeDisplayDetailsSecondary

Inherits From: TransportTimeDisplayDetails

Referenced by: TransportTimeDisplay

Properties

TransportTimeDisplay

Referenced by: Transport

Properties

Methods

TransportTime

Referenced by: TransportTimeDisplayDetailsPrimary, TransportTimeDisplayDetailsSecondary

Properties

Methods

HostPluginParameterBankZoneActions

Referenced by: HostPluginParameterBankZone

Properties

(abstract) HostInsertEffectFilter

Inherited by: HostInsertEffectFilterIncludeEmptySlotsOnly, HostInsertEffectFilterExcludeEmptySlots, HostInsertEffectFilterFollowPluginWindowInFocus, HostInsertEffectFilterAccessSlotAtIndex

Referenced by: HostInsertEffectViewer

HostInsertEffectFilterIncludeEmptySlotsOnly

Inherits From: HostInsertEffectFilter

Referenced by: HostInsertEffectViewer

HostInsertEffectFilterExcludeEmptySlots

Inherits From: HostInsertEffectFilter

Referenced by: HostInsertEffectViewer

HostInsertEffectFilterFollowPluginWindowInFocus

Inherits From: HostInsertEffectFilter

Referenced by: HostInsertEffectViewer

HostInsertEffectFilterAccessSlotAtIndex

Inherits From: HostInsertEffectFilter

Referenced by: HostInsertEffectViewer

HostInsertEffectViewerActions

Referenced by: HostInsertEffectViewer

Properties

MixerBankZoneActions

Referenced by: MixerBankZone

Properties

TrackSelectionActions

Referenced by: TrackSelection

Properties

(abstract) HostBinding

Inherited by: ValueBinding, CommandBinding, ActionBinding

Referenced by: FactoryMappingPage

ValueBinding

Inherits From: HostBinding

Referenced by: FactoryMappingPage

Properties

  • mOnValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, currValue : number, valueDiff : number)

Methods

  • setTypeDefault() : this
  • setTypeToggle() : this
  • setValueTakeOverModeJump() : this
  • setValueTakeOverModePickup() : this
  • setValueTakeOverModeScaled() : this
  • setSubPage(subPage : SubPage) : this
  • filterByValue(filterValue : number) : this
  • filterByValueRange(from : number, to : number) : this
  • mapToValue(mapValue : number) : this
  • mapToValueRange(from : number, to : number) : this

CommandBinding

Inherits From: HostBinding

Referenced by: FactoryMappingPage

Properties

  • mOnValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, currValue : number, valueDiff : number)

Methods

  • makeRepeating(delaySeconds : number, rateHz : number) : Repeating
  • setSubPage(subPage : SubPage) : this
  • filterByValue(filterValue : number) : this
  • filterByValueRange(from : number, to : number) : this
  • mapToValue(mapValue : number) : this
  • mapToValueRange(from : number, to : number) : this
  • canPerform(activeMapping : ActiveMapping) : boolean

ActionBinding

Inherits From: HostBinding

Referenced by: FactoryMappingPage

Properties

  • mOnValueChange : function (activeDevice : ActiveDevice, activeMapping : ActiveMapping, currValue : number, valueDiff : number)

Methods

  • makeRepeating(delaySeconds : number, rateHz : number) : Repeating
  • setSubPage(subPage : SubPage) : this
  • filterByValue(filterValue : number) : this
  • filterByValueRange(from : number, to : number) : this
  • mapToValue(mapValue : number) : this
  • mapToValueRange(from : number, to : number) : this

SubPageArea

Referenced by: FactoryMappingPage

Properties

Methods

  • makeSubPage(name : string) : SubPage

SubPageAreaActions

Referenced by: SubPageArea

Properties

SubPage

Referenced by: SubPageArea, ValueBinding, CommandBinding, ActionBinding

Properties

SubPageActions

Referenced by: SubPage

Properties

Repeating

Referenced by: CommandBinding, ActionBinding

MappingPageActions

Referenced by: FactoryMappingPage

Properties

DeviceDetectionUnit

Define device auto detection.

Referenced by: DeviceDriver

Properties

Methods

DetectionUnitPlatformFilter

Referenced by: DeviceDetectionUnit

Methods

  • expectPlatformMacOS() : this
  • expectPlatformNotMacOS() : this
  • expectPlatformWindows() : this
  • expectPlatformNotWindows() : this

(abstract) DetectionEntry

Inherited by: DetectionPortPair, DetectionSingleInput

Referenced by: DeviceDetectionUnit

DetectionPortPair

Define port naming pair.

Inherits From: DetectionEntry

Referenced by: DeviceDetectionUnit

Methods

  • expectInputNameContains(filterValue : string) : this
  • expectInputNameEquals(filterValue : string) : this
  • expectInputNameStartsWith(filterValue : string) : this
  • expectInputNameEndsWith(filterValue : string) : this
  • expectOutputNameContains(filterValue : string) : this
  • expectOutputNameEquals(filterValue : string) : this
  • expectOutputNameStartsWith(filterValue : string) : this
  • expectOutputNameEndsWith(filterValue : string) : this
  • expectSysexIdentityResponse(manufacturerID : string, deviceFamily : string, modelNumber : string) : this

DetectionSingleInput

Inherits From: DetectionEntry

Referenced by: DeviceDetectionUnit

Methods

  • expectInputNameContains(filterValue : string) : this
  • expectInputNameEquals(filterValue : string) : this
  • expectInputNameStartsWith(filterValue : string) : this
  • expectInputNameEndsWith(filterValue : string) : this

DeviceDriverActions

Referenced by: DeviceDriver

Properties

InitialSysexFile

Referenced by: DeviceDriver

UserGuide

Referenced by: DeviceDriver

(abstract) HostAction

Inherited by: HostPluginParameterBankZoneAction, HostInsertEffectViewerAction, MixerBankZoneAction, TrackSelectionAction, SubPageActionActivate, SubPageAreaAction, MappingPageActionActivate, DeviceDriverAction

Referenced by: ActionBinding

HostPluginParameterBankZoneAction

Inherits From: HostAction

Referenced by: HostPluginParameterBankZoneActions, ActionBinding

Methods

HostInsertEffectViewerAction

Inherits From: HostAction

Referenced by: HostInsertEffectViewerActions, ActionBinding

Methods

MixerBankZoneAction

Inherits From: HostAction

Referenced by: MixerBankZoneActions, ActionBinding

Methods

TrackSelectionAction

Inherits From: HostAction

Referenced by: TrackSelectionActions, ActionBinding

Methods

SubPageActionActivate

Inherits From: HostAction

Referenced by: SubPageActions, ActionBinding

Methods

SubPageAreaAction

Inherits From: HostAction

Referenced by: SubPageAreaActions, ActionBinding

Methods

MappingPageActionActivate

Inherits From: HostAction

Referenced by: MappingPageActions, ActionBinding

Methods

DeviceDriverAction

Inherits From: HostAction

Referenced by: DeviceDriverActions, ActionBinding

Methods

ActiveDevice

Represents a detected and activated device of a specific DeviceDriver.

Methods

  • setState(key : string, val : string)
  • getState(key : string) : string

ActiveMapping