Class FairlightMixerMasterCompressorCommand

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

Hierarchy

Constructors

Properties

_properties: Partial<OmitReadonly<FairlightAudioCompressorState>>
flag: number
MaskFlags: {
    attack: number;
    compressorEnabled: number;
    hold: number;
    ratio: number;
    release: number;
    threshold: number;
} = ...

Type declaration

  • attack: number
  • compressorEnabled: number
  • hold: number
  • ratio: number
  • release: number
  • threshold: number
minimumVersion?: ProtocolVersion
rawName: "CMCP" = 'CMCP'

Accessors

Methods

Generated using TypeDoc