I would like the MC6 to automatically engage a specific preset (A, B, C, D, E, F) and send all of the 16 MIDI messages at ones after a new bank is selected..
To my knowledge I don't know if this is possible. It sounds like this would be a combination of a Set Bank and Set Toggle message, but there would have to be some sort of "delay" message.
So, say you wanted to go to bank 13 and automatically select preset B when you go to that bank. You would have to have a preset on a different bank that has the following commands:
Msg 1: Set Bank, Bank 13
Msg 2: ...wait 2 seconds
Msg 3: Set toggle, Preset B
The reason being is that if you just have the Set Bank and Set toggle messages, I think they would both "fire" right away. So while you want to go to bank 13 it would simultaneously set the toggle on the bank you're on, because they are sending at the same time. So it would really be setting toggle for preset B on the current bank you're on.
To my knowledge I don't know if this is possible. It sounds like this would be a combination of a Set Bank and Set Toggle message, but there would have to be some sort of "delay" message.
So, say you wanted to go to bank 13 and automatically select preset B when you go to that bank. You would have to have a preset on a different bank that has the following commands:
Msg 1: Set Bank, Bank 13
Msg 2: ...wait 2 seconds
Msg 3: Set toggle, Preset B
The reason being is that if you just have the Set Bank and Set toggle messages, I think they would both "fire" right away. So while you want to go to bank 13 it would simultaneously set the toggle on the bank you're on, because they are sending at the same time. So it would really be setting toggle for preset B on the current bank you're on.
Not sure if that makes sense.