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

    Interface DetectChordOptions

    detectChord のオプション。

    interface DetectChordOptions {
        bass?: number;
        flat?: boolean;
    }
    Index

    Properties

    Properties

    bass?: number

    ベース音(最低音)として扱う値。未指定なら notes の最小値を用いる。 入力が pitch class(0〜11)のみで音域情報が無い場合に明示できる。

    flat?: boolean

    音名をフラット表記にする(既定はシャープ表記)。