-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MIDI files end up their last note pushed up a position #27
Comments
Archive 2.zip |
Hello, I have a question for you.I use the program provided by the author, but the item2event does not work. I would like to ask you how to run the code ?I hope you can inform me, I would be grateful. |
When I run the conversion code, the computer comes up with a question(FileNotFoundError: [Errno 2] No such file or directory: '.\pop data').I want to know how to solve. |
the item2event method doesn't take a file, you should call |
Sorry,I do not understand read_items .But midi2remi.ipynb is not run. I want to know how you run. |
I found the issue, it looks like the |
Hello, thank you for publishing this repo. I noticed theres a bug that occurs at the end of a MIDI file when encoding to REMI.
The very last note, or multiple notes that occur after a certain position in the last bar will be "pushed up" a position making them off rhythmically. I'm not sure how to fix this. I assume there must be an issue in the
item2event
function but I'm not very experienced with numpy.The text was updated successfully, but these errors were encountered: