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

    Type Alias CentroidAux

    key value
    type object

    data structure representing the aux of the centroid mixer

    type CentroidAux = {
        audioInput: NexusObject<Empty>;
        audioOutput: NexusObject<Empty>;
        sendGain: PrimitiveField<number, "mut">;
    }
    Index

    Properties

    audioInput: NexusObject<Empty>

    Aux input.

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

    Aux output.

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

    Gain applied before the is sent to the aux output. Equivalent to a dB range of [-inf, 0.0].

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