-
Notifications
You must be signed in to change notification settings - Fork 66
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
Questions about data #5
Comments
His time is 4X96. Yours seems to be 4X16, but you write directly to 64, which means that your four bars are a phrase and there is no bar length for him. Is this the meaning? 你能给我留给邮箱吗? |
Hi, thanks. |
I don't seem to see the code in your data processing section. Does your original data use LPD or LMD? Can you send me a copy of the data processing part of the code? Thank you very much. |
No, I didn't use LPD or LMD. You can download via the link in Datasets part in ReadMe. |
Your processing data code is only available to a single instrument. def get_merged(multitrack): Can you send me the code that generates 5 tracks that final is npy file ? |
I use the packages pretty_midi and pypianoroll a lot in my project. They are really nice tools to deal with MIDI files. I recommend you could read their documents and learn how to play with MIDI files. In pypianoroll, for example, class Track can define single track and class Multitrack have the method get_merged_pianoroll(). Generally, it's not that hard if you spend some time on it. Good luck. |
Ok. I will take a closer look. thank you |
Hello, I think the convert_clean.py used in the second step of data preprocessing_ There is a problem with the converter function in it. It cannot implement the function when installing the package you specified |
Congratulations on your groundbreaking work!
I know that you and the musegan's data are different from the audio track.But I can't understand the difference in time.
His time is 496. Yours seems to be 416, but you write directly to 64, which means that your four bars are a phrase and there is no bar length for him. Is this the meaning?
The text was updated successfully, but these errors were encountered: