How to send random series of MIDI bytes?

Is there any functionality in the Electra One that allows me to send an arbitrary stream of MIDI bytes?

For example - if I wanted to send the following to a device, how would I do it?

7e 63 00 7e 62 2f 7e 06 00 7e 26 0a

I guess I could pretend it was a series of 3 CC messages maybe, but the extensibility to other values for that first/fourth/seventh/tenth byte is important.

EDIT - is midi.sendControlChange14() broken? I can’t figure out the right mix of parameters - always getting errors.
Same with sendNrpn()

??

probably user error, just need 1 working example

1 Like

i had issues lately (this week) with sendNRPN() as well where I got an error about argument 0 being the wrong format. That was not meaningful , because lua assigns 1 to the first argument. I had a workaround anyways so didn’t think much of it and eventually parked it as user error.
Now you mention it as well…

@martin could you verify if sendNrpn is still behaving as documented pls?

1 Like