midi-miner icon indicating copy to clipboard operation
midi-miner copied to clipboard

WARNING 'Multitrack' object has no attribute 'parse_pretty_midi'

Open katerinaamax opened this issue 4 years ago • 2 comments

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 avatar Dec 18 '20 22:12 katerinaamax

@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.

asigalov61 avatar Mar 26 '21 14:03 asigalov61

@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

asigalov61 avatar Mar 26 '21 14:03 asigalov61