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

    Type Alias Beatbox9Crash

    key value
    type object

    Crash

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

    Properties

    Properties

    audioOutput: NexusObject<Empty>

    Single Output

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

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

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

    The crash's tone; a lower value makes it sound lower. No unit.

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