rnbo sysex on raspberry
Hi
I'm trying to control the display of a Push 1 with rnbo on a raspberry pi.
But it seems the length of a sysex string can't be longer than 3. [240, 32, 247]
As soon as I increase the length it isn't sent out to the port.
I tried to send it from a computer to PiSounds midi din and route it to the correct port (push user) and that works.
I routed it it with aconnect. And looking to output stream aseqdump -p 'port'.
So my conclusion is that somehow the sysexout object or midiout object together with list.iter is not working.
Anybody knows how to fix this?
Or maybe it's a bug?
Thanks
Have you tried sending raw MIDI bytes?
if you could share your patch it’ll more likely to get a helpful respons.e.
Hi Jan,
thanks for your reply.
I've tried that. Different things as well. A small delay when parsing the list for example.
It's explained in the patch.
screenshot of what is the output. The notes correspond to the gate outputs.
As you can see, only the list of length 3 is getting through.

Does anyone have a clue why only super short sysex messages are possible on raspberry pi via rnbo?
I don't have a rpi here. What you want to do with [rnbo~] does work in a Max patch, right? (that's what I see if I understand correctly). The problem shows only when the patch is uploaded to the rpi, right?
Yes the problem only shows on the rpi.