Thread: Receiving SysEx
View Single Post
Old 01-13-2019, 11:08 AM   #1
Kaitain
Human being with feelings
 
Join Date: Nov 2016
Posts: 34
Default Receiving SysEx

Hi there

I'm trying to send SysEx messages from my MIDI controller to OSCII-bot, but I don't know how to achieve this.
As indicated in the reference code, in case of receiving SysEx the variables 'msg1', 'msg2' and 'msg'3 are equal to 0, and the SysEx message is stored in string format in 'oscstr'.

But how can I extract the info from oscstr byte by byte? This is what I need to "decode" the info inside the SysEx packet.

Any help?

Cheers!
Alvaro
Kaitain is offline   Reply With Quote