bmcfee / muda

A library for augmenting annotated audio data
ISC License
230 stars 33 forks source link

Chord transposer utility #4

Closed bmcfee closed 9 years ago

bmcfee commented 9 years ago

In order to support the pitch shifting deformation for chord annotations (see #1), we'll need a general utility to transpose chords regardless of alphabet.

Probably we will need to depend on JAMS to define the chord namespace. We may also need to depend on mir_eval to do chord symbol manipulation.