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

    Type Alias Beatbox9Snaredrum

    key value
    type object

    Snaredrum

    type Beatbox9Snaredrum = {
        audioOutput: NexusObject<Empty>;
        gain: PrimitiveField<number, "mut">;
        snappy: PrimitiveField<number, "mut">;
        tone: PrimitiveField<number, "mut">;
        tune: PrimitiveField<number, "mut">;
    }
    Index

    Properties

    audioOutput: NexusObject<Empty>

    Single Output

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

    Snaredrum gain. Equivalent to a dB range of [-inf, 0.0].

    key value
    default 1
    range [0, 1]
    is api.TargetType.AutomatableParameter
    snappy: PrimitiveField<number, "mut">

    Controls the snaredrum's "snappiness"m, corresponding roughly to the amount of high frequency content. 0 is snappier, 1 is more mellow. No unit.

    key value
    default 1
    range [0, 1]
    is api.TargetType.AutomatableParameter
    tone: PrimitiveField<number, "mut">

    Controls the snaredrum's "tone", controls the decay duration of the noisy component of the snare sound. 0 is shorter, 1 is longer. No unit.

    key value
    default 0.1837099939584732
    range [0, 1]
    is api.TargetType.AutomatableParameter
    tune: PrimitiveField<number, "mut">

    Influence the pitch of the snaredrum. 0 is lower, 1 is higher. No unit.

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