audio_to_midi_melodia icon indicating copy to clipboard operation
audio_to_midi_melodia copied to clipboard

Allow use of python3

Open DavidParkin opened this issue 5 years ago • 4 comments

Initialise p_prev as zero instead of none. Extract pitch value from pitch and mass as int to midifile (expects integer).

DavidParkin avatar Jan 02 '19 20:01 DavidParkin

Worked for me with Python 3.8.2

pierow2k avatar Mar 23 '20 23:03 pierow2k

Worked for me with Python 3.8.2

@pierow2k is it possible to see your code cause i still can't fix it...

eric0521 avatar Apr 29 '20 20:04 eric0521

@eric0521 - I implemented @DavidParkin 's commit. You can see the code changes by viewing commit eb0d61cb49015f6e0f872e41c29037b9f5e305e5

pierow2k avatar Apr 29 '20 21:04 pierow2k

@eric0521 - I implemented @DavidParkin 's commit. You can see the code changes by viewing commit eb0d61cb49015f6e0f872e41c29037b9f5e305e5

thanks a lot!!!

eric0521 avatar Apr 30 '20 18:04 eric0521