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

    Type Alias Beatbox9Clap

    key value
    type object

    Handclap

    type Beatbox9Clap = {
        audioOutput: NexusObject<Empty>;
        gain: PrimitiveField<number, "mut">;
    }
    Index

    Properties

    Properties

    audioOutput: NexusObject<Empty>

    Single Output

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

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

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