@onjmin/dtm
    Preparing search index...

    Type Alias ApplyChordOptions

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

    Properties

    bpm: number
    chordStr: string
    patternType: ChordPatternType
    rootShift: number

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

    stepsPerBar: number