Class FairlightMixerSourceCommand

Base command type for a full writable command, which uses flags to indicate the changed properties

Hierarchy

Constructors

Properties

_properties: Partial<OmitReadonly<FairlightMixerSourceCommandProperties>>
flag: number
index: number
source: bigint
MaskFlags: {
    balance: number;
    equalizerEnabled: number;
    equalizerGain: number;
    faderGain: number;
    framesDelay: number;
    gain: number;
    makeUpGain: number;
    mixOption: number;
    stereoSimulation: number;
} = ...

Type declaration

  • balance: number
  • equalizerEnabled: number
  • equalizerGain: number
  • faderGain: number
  • framesDelay: number
  • gain: number
  • makeUpGain: number
  • mixOption: number
  • stereoSimulation: number
minimumVersion?: ProtocolVersion
rawName: "CFSP" = 'CFSP'

Accessors

Methods

Generated using TypeDoc