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

    Interface WeightedNote

    重み付きノート(pitch class または MIDI ノート番号 + 任意の重み)。

    interface WeightedNote {
        duration?: number;
        pitch: number;
    }
    Index

    Properties

    Properties

    duration?: number

    重み(鳴っていた長さなど)。未指定なら 1。

    pitch: number

    音高。pitch class でも MIDI ノート番号でも可(オクターブは無視)。