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

    Interface ProgressionAnalysis

    detectProgression の返り値。時間軸に沿ったキーとコードの両方を含む。

    interface ProgressionAnalysis {
        chords: ChordSegment[];
        keys: KeySegment[];
    }
    Index

    Properties

    Properties

    chords: ChordSegment[]

    時刻ごとのコード。

    keys: KeySegment[]

    時刻ごとのキー(detectKeyChanges の結果)。