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

    Type Alias Beatbox8

    key value
    type entity
    key "beatbox8"
    is api.TargetType.NoteTrackPlayer, api.TargetType.PatternTrackPlayer

    Data structure for the beatbox 8 drum-machine

    Index

    Properties

    accentAmount: PrimitiveField<number, "mut">

    The loudness of unaccented notes. 0 is quieter, 1 is louder. No unit.

    key value
    default 0.5
    range [0, 1]
    is api.TargetType.AutomatableParameter
    audioOutput: NexusObject<Empty>

    Single Output

    key value
    is api.TargetType.AudioOutput

    Parameters for the beatbox8 Bassdrum instrument..

    Parameters for the beatbox8 Handclap/maracas.

    Parameters for the beatbox8 Closed hihat instrument.

    Parameters for the beatbox8 Cowbell instrument.

    Parameters for the beatbox8 Cymbal instrument.

    displayName: PrimitiveField<string, "mut">

    The user-assigned name of this device.

    gain: PrimitiveField<number, "mut">

    This device's output gain. Equivalent to a dB range of [-inf, 0.0].

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

    Whether the device is active or not. When is_active=false, no audio is produced.

    key value
    default true
    is api.TargetType.AutomatableParameter
    notesInput: NexusObject<Empty>

    Notes Input.

    key value
    is api.TargetType.NotesInput

    Parameters for the beatbox8 Open hihat instrument.

    patternIndex: PrimitiveField<number, "mut">

    The index of the currently selected pattern. Results in the device playing that pattern, unless a pattern track is connected.

    key value
    default 0
    range [0, 27]
    patternSlots: ArrayField<NexusObject<Empty>, 28>

    Empty fields which Beatbox8Patterns can point to. At most one pattern can point to a given element in this list.

    key value
    element is api.TargetType.Beatbox8PatternSlot
    positionX: PrimitiveField<number, "mut">

    X position on the desktop in the DAW.

    key value
    default 0
    range full
    positionY: PrimitiveField<number, "mut">

    Y position on the desktop in the DAW.

    key value
    default 0
    range full

    Parameters for the beatbox8 Rimshot/claves.

    Parameters for the beatbox8 Snaredrum instrument.

    Parameters for the beatbox8 High tom/high conga.

    Parameters for the beatbox8 Low tom/low conga.

    Parameters for the beatbox8 Mid tom/mid conga.