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

    Type Alias Gakki

    key value
    type entity
    key "gakki"
    is api.TargetType.NoteTrackPlayer

    data structure for the Gakki soundfont player device

    type Gakki = {
        audioOutput: NexusObject<Empty>;
        displayName: PrimitiveField<string, "mut">;
        gain: PrimitiveField<number, "mut">;
        notesInput: NexusObject<Empty>;
        positionX: PrimitiveField<number, "mut">;
        positionY: PrimitiveField<number, "mut">;
        soundfontId: PrimitiveField<string, "mut">;
    }
    Index

    Properties

    audioOutput: NexusObject<Empty>

    Audio Output

    key value
    is api.TargetType.AudioOutput
    displayName: PrimitiveField<string, "mut">

    The user-assigned name of this device.

    gain: PrimitiveField<number, "mut">

    Gain factor that is applied to the output of the soundfont player. Equivalent to a dB range of [-inf, 0.0].

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

    Notes Input

    key value
    is api.TargetType.NotesInput
    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
    soundfontId: PrimitiveField<string, "mut">

    ID of the soundfont used by this Gakki device.