@libraz/libcantus - v0.9.3
    Preparing search index...

    Type Alias IndexedNoteEvent

    A validated note retaining its position in the caller's original array.

    type IndexedNoteEvent = {
        note: NoteEvent;
        originalIndex: number;
        endBeat: number;
    }
    Index
    note: NoteEvent
    originalIndex: number
    endBeat: number