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

    Type Alias MixerGroup

    key value
    type entity
    key "mixerGroup"
    is api.TargetType.MixerStripGroup, api.TargetType.MixerStripGroupChild

    A mixer strip that groups other group- or channel strips.

    It doesn't have a socket on the stagebox; it only makes sound if it contains children strips that produce sound (or if, against convention, something producing sound is added as inserts).

    The output of a mixer group is implicitly connected to the main out strip unless a mixer cable makes it a child of another group strip.

    To connect a channel or group strip to a group strip, use a MixerStripGrouping message.

    The mixer group is represented on the stagebox grouping its children, and has the insert_output and insert_input fields represented as sockets.

    If neither the insert output or the insert input are connected, the signal bypasses the inserts automatically.

    Index

    Properties

    auxSend: NexusObject<Empty>

    Sends to the aux strip.

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

    whether aux sends are active or not

    key value
    default true

    Compressor for the input.

    Display parameters of this strip.

    4-band strip eq.

    Fader parameters of this strip.

    insertInput: NexusObject<Empty>

    The audio signal returning to this strip after inserts. Visible on the stagebox.

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

    The audio signal leaving this strip for inserts. Visible on the stagebox.

    key value
    is api.TargetType.AudioOutput
    sideChainOutput: NexusObject<Empty>

    Sidechain output (pre-gain).

    key value
    is api.TargetType.MixerSideChainOutput

    Trim filter applied to the input signal.