Skip to content

Are there any methods for transposing chord notations from one key to another? #349

@VijayIyer

Description

@VijayIyer

I am working with data whose chord notations / symbols are in the format mir_eval works with (e.g C:min, C:7, etc). In order to model the transitions between chords, it's more convenient to transpose all the chords to C Major or A minor. This is a step that I have seen mentioned in many papers regarding chord detection / harmonic analysis.

Q: Does mir_eval have any methods to do the same, on the chord notations / symbols in the format it accepts? I know a few python libraries like chords-parser, mingus which work with notation like this (Cm, C7, Cmaj7), however, I would need to translate between the 2 types of notations ( I am able to do it for easier chords). The difference can get a lot more complicated for chords with inversions, augmented chords, suspended chords, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions