usbMIDI library update

oddson

Well-known member
Let's discuss this on a new thread in the Suggestions & Bug Reports section.

I've been planning to update it for 1.39, at the very least to make the API more similar to the new MIDI lib versions. Please understand I'm not a musician or DJ. I rarely use MIDI myself, so I'm depending on feedback for how to improve MIDI support...
Can we get it updated to more closely reflect changes to MIDI library.

Can we get some support for generic MIDI processing with a generic send method?

Can getType be made to return the same value as with MIDI but have send fix unshifted values so it works with either?

And is there anything else that could support mixed DIN/USB communication (soft thru, merge, mirror)?
 
Last edited:
Could you abstract down to the transport layer and get a single library that could send/receive BLE/DIN/USB MIDI and mirror, merge, redirect and process (transpose, remap CC, running/explicit status conversion) without caring which connection is present by treating each as a separate midi-port instance?
 
Back
Top