infojunkie / musicxml-player

A TypeScript component that loads and plays MusicXML files in the browser using Web Audio and Web MIDI.
https://blog.karimratib.me/demos/musicxml/
GNU General Public License v3.0
32 stars 6 forks source link

Support microtones #30

Open infojunkie opened 1 year ago

infojunkie commented 1 year ago
infojunkie commented 1 year ago

Added basic support for MIDI pitch bend messages.

Next, add support for MIDI Tuning Standard (MTS) SysEx messages. This includes:

infojunkie commented 11 months ago

Take a look at https://github.com/notator/ResidentSynthHostTestSite/tree/main/residentSynth for an implementation of SysEx MTS support with webaudiofont.

infojunkie commented 4 months ago

Also support MIDI Polyphonic Expression (MPE) and test using a compatible synth such as Surge XT.