midi-miner
midi-miner copied to clipboard
WARNING 'Multitrack' object has no attribute 'parse_pretty_midi'
I am trying to separate tracks of a midi file and I am getting this WARNING 'Multitrack' object has no attribute 'parse_pretty_midi' and result file 0
@katerinaamax parse pretty midi was depreciated in the last release. Use older pretty_midi or update the code. I think it is from_pretty_midi or something. Check the docs for the latest release - I saw it there.
@katerinaamax Take a look at my copy of this part of the code... https://github.com/asigalov61/tegridy-tools/blob/main/tegridy-tools/ClassyMIDI.py