Documentation
    Preparing search index...

    Type Alias PlaybackEvent

    A playback event.

    type PlaybackEvent = {
        duration: number;
        notes: NoteJSON[];
        time: number;
        velocity: number;
    }
    Index
    duration: number

    The event duration.

    notes: NoteJSON[]

    The notes to be played.

    time: number

    The event scheduled time.

    velocity: number

    The playback velocity