Suggestion : make send_raw method in usb_midi/usb_api public

todd

New member
Hi
I would like to suggest either making the send_raw method in usb_midi/usb_api public or at least make another private method that allows one to do similar.

The reason is that I would like to have an array of structs which represent the bytes of various midi message and use send_raw to send those messages instead of needing to detect what type of midi message it is and then calling the appropriate method (sendNoteOn, sendControlChange, etc)

It is simple for me to change the code but might be useful to others.
 
Back
Top