Closed SutirthaChakraborty closed 3 years ago
Hi, there are some libraries to create a MIDI file. You can integrate PyChord with those libraries by using Chord.components_with_pitch
method.
https://github.com/vishnubob/python-midi
https://github.com/craffel/pretty-midi
Please confirm the example: https://github.com/yuma-m/pychord/blob/master/examples/pychord-midi.py
Hi,
I have a code that extracts the chords from the audio. It returns the following
I want to recreate a MIDI file based on that information. How can I do that?
Thanks, Suti