@libraz/libcantus - v1.1.0
    Preparing search index...

    Type Alias IndexedNoteEvent

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

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