Karim Ratib

Results 119 comments of Karim Ratib

Also support MIDI Polyphonic Expression (MPE) and test using a compatible synth such as [Surge XT](https://surge-synthesizer.github.io/).

Hi @craigsapp , any plan on merging this fix? At the moment, Verovio's tuning (and any sysex) feature is broken because the exported MIDI is invalid due to this bug....

When I [analyzed this issue](https://github.com/rism-digital/verovio/issues/4145), I found that [`MidiFile.cpp` already sends the required VLV](https://github.com/rism-digital/verovio/blob/develop/src/midi/MidiFile.cpp#L626-L637), so the one inserted in `MidiMessage.cpp` is redundant and invalidates the SMF.

Hello, is there any support I can bring to help get this fix merged?

I am especially interested in generating per-note pitch bends. Not sure if this answers your question, though :-)

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.

I think it will be easier if I give you the full context of what I working on. At [`musicxml-midi`](https://github.com/infojunkie/musicxml-midi), I am working on a MusicXML to MIDI converter. I...

I don't know about "professionally", but I made a one-character modification in the source code to allow adding custom functions: https://github.com/infojunkie/PhpSpreadsheet/commit/69ed95861ad72c4c89a5c6ee7965d1a1fedd2e7c By returning a reference to the list of functions,...

Happy to test this on a branch. I use `spessasynth_lib` in 2 ways: One by bundling it with `esbuild` and another by importing it directly from an HMTL script: ```html...

Working on the standard use case of `esbuild`, I want to make sure I understand the expectation here: The small file `worklet_processor.js` should be bundled **along with its dependencies** in...