Documentation
    Preparing search index...

    Variable CHROMATIC_SCALEConst

    CHROMATIC_SCALE: readonly [
        { chroma: 0; color: "white"; note: "C" },
        { chroma: 1; color: "black"; note: "C#" },
        { chroma: 2; color: "white"; note: "D" },
        { chroma: 3; color: "black"; note: "D#" },
        { chroma: 4; color: "white"; note: "E" },
        { chroma: 5; color: "white"; note: "F" },
        { chroma: 6; color: "black"; note: "F#" },
        { chroma: 7; color: "white"; note: "G" },
        { chroma: 8; color: "black"; note: "G#" },
        { chroma: 9; color: "white"; note: "A" },
        { chroma: 10; color: "black"; note: "A#" },
        { chroma: 11; color: "white"; note: "B" },
    ] = ...