@onjmin/chord-parser
    Preparing search index...

    Interface DetectedKey

    推定されたキー(調)。

    interface DetectedKey {
        mode: KeyMode;
        name: string;
        tonic: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    mode: KeyMode

    長調 / 短調。

    name: string

    表示名(例: "C major", "A minor")。

    tonic: number

    主音(トニック)の pitch class(0〜11)。