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

    Type Alias MixerAux

    key value
    type entity
    key "mixerAux"
    is api.TargetType.MixerAuxReceive

    An aux strip for the mixer with custom inserts.

    The purpose of an aux strip is to apply effects to multiple channel and group strips at once. Channel and group strips can send their signal to an aux strip if they're connected via a MixerAuxRoute message. The effect applied by the aux strip is defined by the effect devices connected between the insert output and input fields using regular desktop cables. The output of the aux strip is implicitly sent to the main out strip and cannot be rerouted.

    Note that signal passes the different "modules" in the same order as the fields in this message, which means:

    1. pre gain
    2. trim filter
    3. inserts
    4. fader parameters

    Unlike for the group- and master inserts, if the insert_output or insert_input are not connected, the aux strip doesn't forward any sound.

    Index

    Properties

    Parameters controlling the visual appearance of this strip in the DAW.

    Fader parameters of this strip.

    insertInput: NexusObject<Empty>

    A location to which a regular desktop cable can be connected to end the insert signal chain on the desktop. This cable socket is shown on the stagebox.

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

    A location to which a regular desktop cable can be connected to start the insert signal chain on the desktop. This cable socket is shown on the stagebox.

    key value
    is api.TargetType.AudioOutput
    preGain: PrimitiveField<number, "mut">

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

    key value
    default 1
    range [0, 7.943282127380371]
    is api.TargetType.AutomatableParameter

    Trim filter applied to the input signal.