@onjmin/dtm
    Preparing search index...

    Type Alias ApplyChordOptions

    type ApplyChordOptions = {
        bpm: number;
        chordStr: string;
        edo?: number;
        patternType: ChordPatternType;
        rootShift: number;
        stepsPerBar: number;
    }
    Index

    Properties

    bpm: number
    chordStr: string
    edo?: number

    曲の音律(1オクターブの分割数)。省略時は12平均律。

    patternType: ChordPatternType
    rootShift: number

    ルートのセミトーンシフト(0-11)

    stepsPerBar: number