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

    Type Alias Beatbox8ClosedHihat

    key value
    type object

    Parameters for the beatbox8 Closed hihat instrument.

    type Beatbox8ClosedHihat = {
        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">

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

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