Documentation
    Preparing search index...

    The base Note type used by all libraries.

    type Note = {
        chroma: number;
        midi: number;
        note: string;
        noteWithOctave: string;
        octave: number;
    }
    Index
    chroma: number

    The note chroma

    midi: number

    The note midi code

    note: string

    The note name

    noteWithOctave: string

    The note name with the octave

    octave: number

    The note octave