Is it possible to switch GLOBAL amp blocks in a single preset with the MFC?

Izzy

Inspired
I am using an ULTRA with MFC-101 and I couldn't find the answer via several searches, so my question -

is it possible to switch GLOBAL amp blocks in a single preset with the MFC?
 
Yes, by entering a custom message. Beware that this will make the UI jump to the amp edit screen, and some things like pitch detection (and modifier response, I think) get slightly more sluggish when you're not at the recall screen.

Code:
Amp 1:

F0 00 01 74 01 02 0A 06 0F 01 01 00 01 F7 = 1
F0 00 01 74 01 02 0A 06 0F 01 02 00 01 F7 = 2
F0 00 01 74 01 02 0A 06 0F 01 03 00 01 F7 = 3
F0 00 01 74 01 02 0A 06 0F 01 04 00 01 F7 = 4
F0 00 01 74 01 02 0A 06 0F 01 06 00 01 F7 = 6
F0 00 01 74 01 02 0A 06 0F 01 05 00 01 F7 = 5
F0 00 01 74 01 02 0A 06 0F 01 07 00 01 F7 = 7
F0 00 01 74 01 02 0A 06 0F 01 08 00 01 F7 = 8
F0 00 01 74 01 02 0A 06 0F 01 09 00 01 F7 = 9
F0 00 01 74 01 02 0A 06 0F 01 0A 00 01 F7 = 10
F0 00 01 74 01 02 0A 06 0F 01 00 00 01 F7 = off

Amp 2:

F0 00 01 74 01 02 0B 06 0F 01 01 00 01 F7 = 1
F0 00 01 74 01 02 0B 06 0F 01 02 00 01 F7 = 2
F0 00 01 74 01 02 0B 06 0F 01 03 00 01 F7 = 3
F0 00 01 74 01 02 0B 06 0F 01 04 00 01 F7 = 4
F0 00 01 74 01 02 0B 06 0F 01 06 00 01 F7 = 6
F0 00 01 74 01 02 0B 06 0F 01 05 00 01 F7 = 5
F0 00 01 74 01 02 0B 06 0F 01 07 00 01 F7 = 7
F0 00 01 74 01 02 0B 06 0F 01 08 00 01 F7 = 8
F0 00 01 74 01 02 0B 06 0F 01 09 00 01 F7 = 9
F0 00 01 74 01 02 0B 06 0F 01 0A 00 01 F7 = 10
F0 00 01 74 01 02 0B 06 0F 01 00 00 01 F7 = off
 
Cool! So, I could set up 10 IAs with each one using a custom message to select a different global amp for the same preset?
 
Yes. Another option would be different globals as on/off with 5 switches. You wouldn't have immediate access to all 10 with 1 press, but if you settled on 5 to use often, you might find it easy enough to get one of the other 5 when needed. You could also link the switches then; link group limit is 5.
 
Back
Top Bottom