Hi,
Quote:
Originally Posted by OS5 Manual, Page 180
Multi Program Change Enable
This function controls if the VIRUS receives program changes of multi-setups. If enabled, the Virus switches an entire multi-setup by a program change. The global MIDI channel has to be used to receive the program change. Please note that the multi program change will not work in the single-multi mode, because, in this mode, the display is unable to show the change.
|
So you can change the whole multi at once.
Now you want to switch between Single and Multi mode:
Quote:
Originally Posted by OS5 Manual, Page 272
Parameter C122 (Global Mode). Values are 0:Single 1:MultiSingle 2:Multi.
You have to change this parameter by a sysex string:
Code:
F0 00 20 33 01 dd 72 00 7A vv F7
where dd addresses the Device ID and vv the new mode.
|
With this you can switch between the modes.
I hope this helps a bit.
tk