-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
MPE tests #10
Comments
MPE is not widely used nowadays. But if you have any specific ideas, please let me know. |
I am especially interested in generating per-note pitch bends. Not sure if this answers your question, though :-) |
Effectively, it will be represented as each note playing on a different channel with its own pitch bend. |
I want to test a software synth that correctly responds to MIDI files containing MPE information. Another component of mine will generate such MIDI files. |
What MPE information should be in the file? |
I think it will be easier if I give you the full context of what I working on. At I am also working on a Web player for MusicXML at https://blog.karimratib.me/demos/musicxml/ - the "client" of the above module. In that player, I maintain a custom MIDI synth that receives MIDI messages and plays them back using Web Audio (using Before embarking on this work, I decided to search GitHub for existing components that deal with MIDI files, and that's how I landed here. I think your MIDI file testing work is perfect to test that my converter generates correct MPE and MTS messages, and that my Web player plays them back correctly. |
Do you know the sequence of MIDI messages you want to be in the file? |
Thanks for this very useful work. Do you have any plans to add MPE tests?
The text was updated successfully, but these errors were encountered: