@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias MixerChannel

    key value
    type entity
    key "mixerChannel"
    is api.TargetType.MixerStripGroupChild

    The main "channel" strip in the mixer to which devices on the desktop can connect to. This strip is visible on the stagebox, with a socket representing the audio_input field.

    The output of a channel strip is implicitly connected to the main out strip unless a mixer cable connects it to a group strip.

    The different effect modules are applied in the following order:

    1. pre gain
    2. trim filter
    3. compressor
    4. eq
    5. aux sends
    6. sidechain output
    7. fader parameters
    Index

    Properties

    audioInput: NexusObject<Empty>

    The input to this channel. Visible on the stagebox.

    key value
    is api.TargetType.AudioInput
    auxSend: NexusObject<Empty>

    Sends to the aux strip.

    key value
    is api.TargetType.MixerAuxSend
    auxSendsAreActive: PrimitiveField<boolean, "mut">

    Whether the aux sends are active or not. If false, no signal is sent to the aux strips.

    key value
    default true

    Strip compressor.

    Display parameters of this strip.

    doesPhaseReverse: PrimitiveField<boolean, "mut">

    Whether the input signal is phase reversed.

    key value
    default false
    is api.TargetType.AutomatableParameter

    4-band strip eq.

    Fader parameters of this strip.

    preGain: PrimitiveField<number, "mut">

    Pre gain. This is the gain before the EQ. Equivalent to a dB range of [-inf, 18.0].

    key value
    default 0.39810699224472046
    range [0, 7.943282127380371]
    is api.TargetType.AutomatableParameter
    sideChainOutput: NexusObject<Empty>

    Sidechain output (pre-gain).

    key value
    is api.TargetType.MixerSideChainOutput

    Trim filter applied to the input signal.