Documentation
    Preparing search index...

    Type Alias ScaleNote

    type ScaleNote = {
        chroma: number;
        color: "black" | "white";
        note: string;
    }
    Index
    chroma: number

    The scientific pitch notation value of the pitch class (e.g. 0-11)

    color: "black" | "white"

    The key color

    note: string

    The pitch class of the note