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