Not a program change, I'd love to be able to change the playing pattern from a MIDI sequencer while the LXR is slaved, or queue up the next pattern exactly as pushing one of the pattern buttons in performance mode would do. Thanks! Brendan
This is possible right now, as I added the code to do so a long time ago. It will recognize a PC message and switch to one of the 8 patterns when the end of the bar is reached. The global midi channel (configured in the settings) is used for both sending and receiving the PC. If you send a PC > 8 it will just divide by 8 and use the remainder.
Comments
This could use an add to the wiki though, it is not mentioned.