Class FairlightMixerSourceEqualizerResetCommand

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

Hierarchy

  • WritableCommand<{
        band: number;
        equalizer: boolean;
    }>
    • FairlightMixerSourceEqualizerResetCommand

Constructors

Properties

_properties: Partial<{
    band: number;
    equalizer: boolean;
}>

Type declaration

  • band: number
  • equalizer: boolean
flag: number
index: number
source: bigint
MaskFlags: {
    band: number;
    equalizer: number;
} = ...

Type declaration

  • band: number
  • equalizer: number
minimumVersion?: ProtocolVersion
rawName: "RICE" = 'RICE'

Accessors

Methods

Generated using TypeDoc