Page 1 of 1

XP-30 Change from performance to patch mode via midi???

Posted: 13:21, 17 March 2017
by diegel
Anyone know how to change from performance mode to patch mode and vice versa via midi? I'm using a Montage and xp-30 and I want to be able to press one button on the Montage in my "Live set" and send a midi message to select a preset in performance mode on the xp30 for one song and then select a different preset on the xp30 in patch mode for another song. Thanks.

Re: XP-30 Change from performance to patch mode via midi???

Posted: 19:16, 14 April 2017
by Alnitak
The following sysex message should change into Performance mode:

0xf0, 0x41, 0x10, 0x6a, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf7

and this to change into Patch mode:

0xf0, 0x41, 0x10, 0x6a, 0x12, 0x00, 0x00, 0x00, 0x00, 0x01, 0x7f, 0xf7

These are the documented messages for the JV-2080 and the XP-80 - AFAIK they should work on an XP-30 too.

There's also this to turn off GM mode:

0xf0, 0x7e, 0x7f, 0x09, 0x02, 0xf7