-
Notifications
You must be signed in to change notification settings - Fork 80
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 problem #4
Comments
Sorry about that, I had to create my own midi parser ( |
Hey ..i make it like this....first i download a piano midi..usually they have 2 channel tracks ..i copy the second one into the first (in fl studio) so its only one channel...then i export ....than import this in the software GnMidi ...after import i convert it to ASCII text...the text i save and open with notepad...than i erase the tempo marks and other stuff like its in the example midis that come with the code...than i save...put it back in GnMidi...convert the text back to midi ..and than i save midi and put it in data/midi and than the music generater will load it =) ..i know thats alot work ..but it works! |
What kind of midi files should I look for? It always tells me SMTPE timecode not supported. Thanks. |
Hello guys, I copied the "basic_rnn_joplin.mid" from docs/midi to data/midi, and also downloaded a few midi data in the same folder, but when I run "main.py", the error looked like this:
I really wonder why is that? Which folder is correct for midi training data? Thanks a lot:-) |
@Eumi I ended up running GnMidi successfully as well and was able to exclude all timecode syntax. Now main.py recognizes original MIDI files. Looking forward to someone making epic updates to MIDI capabilities with Python's libraries soon so we all don't have to go through this trouble. @Conchylicultor this is still epic. Thanks for sharing your explorations! |
@itsjsbrown - can you share a gist of updated code? gist.github.com |
@littlethunder I do have the same problem, |
@Conchylicultor Could you please release your midi dataset? Several datasets published on the Internet is not suitable for the midi processor. |
@li-yuntao I'm sorry but I don't have the midi I downloaded anymore. I should also warn you that he current version of the code won't produce any good results. It was some failed experiment that I tried about changing the note representation. |
I downloaded a few midi files from internet but I get this error:
"Track 1 should not contain set_tempo"
The text was updated successfully, but these errors were encountered: