-
Notifications
You must be signed in to change notification settings - Fork 12
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
Instrument importer not selecting all instruments #201
Comments
Instruments imported from music files like VGM/VGZ (and also from IMF files) were always chaotically ordered and never match to the GeneralMidi, and you should manually assign every instrument in the destrination bank. Anyway, do you mean, you want to just fill first instrument entries by instruments captured from the VGM to keep this chaos for the future ordering works? |
Yes. Or, an equivalent to vgm2opm, which in this case something like vgm2wopl. |
I forgot to add that there's a VGM2OPM app, but this program is the closest to a VGM2WOPL that I can find except that the process is tedious and doesn't involve plugging a .vgm/vgz into the command line and resulting in an extracted .wopl file like VGM2OPM does. |
I also forgot to suggest the option to have a blank bank that's not of any standard, that way you won't end up with padding patches or manually deleting an instrument one by one. |
To add, importing OP2 (DMX) doesn't import percussion. |
When importing instruments, I'm meaning to import a vgm or vgz file as an entire bank instead of one instrument at a time either.
The text was updated successfully, but these errors were encountered: