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

    Type Alias NoteLike

    NoteLike: string | number | NoteData | { toJSON(): NoteData }

    Anything that names a spelled note: a note name, plain note data, a MIDI number, or a value that serializes to note data such as the Note class.

    Type Declaration