JamesOwers / midi_degradation_toolkit

A toolkit for generating datasets of midi files which have been degraded to be 'un-musical'.
MIT License
38 stars 5 forks source link

Dataset #124

Closed apmcleod closed 4 years ago

apmcleod commented 4 years ago

Combining the dataset work into amt. This is an attempt at #82 as well.

It's just a Degrader class that you can create with a config.json file or manual parameters, and then you just have to call degrader.degrade(note_df) on any input data point, and it will return a degraded_df and and degradation_id label for you to use as you wish.