audio_to_midi_melodia
audio_to_midi_melodia copied to clipboard
Allow use of python3
Initialise p_prev as zero instead of none. Extract pitch value from pitch and mass as int to midifile (expects integer).
Worked for me with Python 3.8.2
Worked for me with Python 3.8.2
@pierow2k is it possible to see your code cause i still can't fix it...
@eric0521 - I implemented @DavidParkin 's commit. You can see the code changes by viewing commit eb0d61cb49015f6e0f872e41c29037b9f5e305e5
@eric0521 - I implemented @DavidParkin 's commit. You can see the code changes by viewing commit eb0d61cb49015f6e0f872e41c29037b9f5e305e5
thanks a lot!!!