<div dir="ltr"><div>Hi all,</div><div><br></div><div>As you know I was trying to add sysex support to ChucK, and there are some progress there.<br></div><div>I managed to let sysex msg through, and I can get the first 3 bytes using the data1, data2 and data3 member variables (MidiMsg).<br></div><div>But of course sysex messages can have any length, so I was trying to find a way to return an array containing the received sysex.<br></div><div>It&#39;s easy enough to internally store the sysex message received (ie tweaking the MIDI callback and MidiIn and increasing the array used to store incoming MIDI msg), but then when it&#39;s time to retrieve this array, well I&#39;m a bit lost tbh.</div><div><br></div><div>MidiMsg in midiio_rtmidi.cpp appears to be a union, and this makes things a bit trickier since I was thinking about having a member method that returns the sysex array (ie similar to SerialIO.getytes()).</div><div><br></div><div>Does anyone have any idea about the best way to proceed here?</div><div>Any help is really appreciated :)<br></div><div><br></div><div>cheers,</div><div>Mario<br></div><div><br></div><div><br></div></div>