Old Motifator threads are available in the Archive.
ronweb1
Total Posts: 33
Joined 12-31-2005 status: Regular |
Hi there,
I need the sysex string for my motif xs rack to change voices with my Sipario advanced Midicontroller.
|
- Henry -
Total Posts: 237
Joined 10-30-2011 status: Enthusiast |
Hi Ron, You should be able to switch voices using standard MIDI Control Change messages; The Bank Select MSB (CC#0) and Bank Select LSB (CC#32) controls are used to select the desired voice bank. A single Program Change message is then used to select a voice within that bank. As an example, the following messages will select “Hard FM Keys” from the Preset 6 bank:
Bank Select MSB = 63
To find the correct MSB/LSB values for each Bank, please refer to the Bank Select table on p.62 of the Motif-Rack XS Data List. You’ll also find them in the Voice List section at the start of the document.
PS: Voices are listed as 1-128, while MIDI data is transmitted as 0-127, so remember to subtract 1 from the voice numbers found in the list.
- H - |
ronweb1
Total Posts: 33
Joined 12-31-2005 status: Regular |
Hi Henry,
thanks for your quick reply. On my Sipario I need to register a sysex string so when I pres a button on my Sipario it will give a command to the Motif XS rack to alter the voice. Sorry that I haven’t been more specific in my earlier messgae.
|
- Henry -
Total Posts: 237
Joined 10-30-2011 status: Enthusiast |
OK. For voice editing, the SysEx bytes are given on p.60 of the Data List (Parameter Change):
F0 - Exclusive status
The available parameter addresses are listed from p.64. - H - |
ronweb1
Total Posts: 33
Joined 12-31-2005 status: Regular |
Hi Henry,
|