mySoftware [Updates]

Once you create a user profile on Motifator and update with the appropriate information, the updates shown here will be specific to you.

newProducts [YOK]

rssFeeds [Syndicate]


forumforum
 

Old Motifator threads are available in the Archive.

Viewing topic "Mode remote switching ?"

     
Posted on: February 27, 2015 @ 05:58 AM
Murfel
Total Posts:  3
Joined  02-24-2015
status: Newcomer

Is that possible in some way to remotely (by MIDI command) switch from Program to Multi mode and vice versa ?

  [ Ignore ]  

Posted on: February 27, 2015 @ 02:16 PM
5pinDIN
Avatar
Total Posts:  11891
Joined  09-16-2010
status: Legend
Murfel - 27 February 2015 05:58 AM

Is that possible in some way to remotely (by MIDI command) switch from Program to Multi mode and vice versa ?

Yes, via SysEx messages. (I presume that by “Program”, you mean “Voice”.)

Mode Change message for Rack XS:
F0 43 1n 7F 03 0A 00 01 0m F7
where…
n = device number = 0~F (typically 0)
m = mode = 0(Voice), 5(Multi), 6(Demo)

Example:
F0 43 10 7F 03 0A 00 01 05 F7
selects Multi mode for device #1

This information can be found in the Motif-Rack XS Data List:
http://download.yamaha.com/file/9864

  [ Ignore ]  

Posted on: March 04, 2015 @ 05:31 PM
Lone Star
Avatar
Total Posts:  19
Joined  05-17-2012
status: Regular

Correct. Sysex would be required.

You would need a controller that could send a sysex string, but the two commands would be:

F0.43.10.7F.03.0A.00.01.00.F7 = Voice mode.
F0.43.10.7F.03.0A.00.01.05.F7 = Multi mode.

  [ Ignore ]