Old Motifator threads are available in the Archive.
prodigio@hotmail.it
Total Posts: 14
Joined 04-27-2013 status: Regular |
Hi, I’m an owner of a S90ES and a MOTIF XF. I’m trying to control the S90ES via the MOTIF XF and the only thing I can not seem to activate it (through the program change) is the MASTER mode of S90ES.
|
prodigio@hotmail.it
Total Posts: 14
Joined 04-27-2013 status: Regular |
Someone please? |
Bad_Mister
Total Posts: 36620
Joined 07-30-2002 status: Moderator |
Master mode was designed to control, not be controlled. There is no way to change a Master with MSB/LSB commands. It is designed to send such commands to external devices (not receive them) We understand your request, it would be nice if when controlling everything you could control the ES and have it control everything else, but that was not the design concept. The idea was to use Master mode to control both the Internal XF and your External devices. The only thing you can do is advance through your Master programs with a Foot Switch set to send “PC INC” (Program Change Increment). This has been used affectively by many… Place the Foot switch under the device you are using as your master keyboard (your Motif XF) but connect it to the ES… When you want the ES to send changes to the rest of your rig, step on the FS to advance your ES.
UTILITY > [F4] CONTROLLER ASSIGN > [SF3] FT SW
The only other method would be to send a System Exclusive message to the ES (page 51 of the S90 ES Data List Booklet) using the Motif XF’s sequencer. F0 43 10 7F 00 0A 00 00 dd F7 Where “dd” is a value 00-7F (0-127) By inserting this string in the XF sequencer you can have the S90 ES switch Masters… For example: F0 43 10 7F 00 0A 00 00 03 F7 would recall MASTER 004 on the S90ES
F0 _ start of Sysex
|
prodigio@hotmail.it
Total Posts: 14
Joined 04-27-2013 status: Regular |
Thank you very very much…
|
Duffage
Total Posts: 14
Joined 02-02-2005 status: Regular |
Great info!
F0 43 10 7F 00 0A 00 00 dd F7 Where “dd†is a value 00-7F (0-127) By inserting this string in the XF sequencer you can have the S90 ES switch Masters… For example: F0 43 10 7F 00 0A 00 00 03 F7 would recall MASTER 004 on the S90ES
F0 _ start of Sysex
So, to recall Master 123, the string would look like this? F0 43 10 7F 00 0A 00 00 122 F7
Thanks,
|
stoneb3
Total Posts: 851
Joined 06-05-2011 status: Guru |
No, substitute 7A for 122. Thus: F0 43 10 7F 00 0A 00 00 7A F7 From the above cited Data List on page 51 you will find a Hexadecimal conversion chart. (7A =122). Stone |
Duffage
Total Posts: 14
Joined 02-02-2005 status: Regular |
Thank you very much! Steve |
Keyflow
Total Posts: 4
Joined 10-11-2020 status: Newcomer |
Hello Bad Mister. I’ve created a Sysex (F0 43 10 7F 00 0A 00 00 7A F7) for my S90ES, but it doesn’t respond. I can’t get the S90ES to switch a Master Mode Preset. The small lamp blinks when he receives the message, but nothing changes. Please Help!
Info:
|
5pinDIN
Total Posts: 11891
Joined 09-16-2010 status: Legend |
Welcome to the forum.
Offhand, I can think of two things to check…
2) The message will only work if the S90ES is in Master mode. The message won’t cause the mode to switch to Master if the S90ES is in a different mode. If neither of those helps, then the problem is likely that the MIDI interface is mangling the SysEx message, which is not an uncommon problem with some interfaces. |
Keyflow
Total Posts: 4
Joined 10-11-2020 status: Newcomer |
Thanx for your reply.
Here are my settings in the Utility:
Hope you can help!! |
5pinDIN
Total Posts: 11891
Joined 09-16-2010 status: Legend |
You’re welcome.
Â
Which Mac OS are you running? Which version of the Yamaha USB-MIDI Driver is installed on the Mac?
Â
Those settings appear to be appropriate. |
Keyflow
Total Posts: 4
Joined 10-11-2020 status: Newcomer |
MAC OSX: 10.15.6
|
5pinDIN
Total Posts: 11891
Joined 09-16-2010 status: Legend |
That driver is correct. In fact, everything you’ve done seemed to be proper, which caused me to wonder why the SysEx message isn’t working. So I dug a bit deeper… The fourth and fifth bytes of the message, “7F” and “00”, should be the Model ID for the S90ES. However, I checked the S90ES Data List, and found a discrepancy. In some places that fifth byte is indeed shown as “00”, but elsewhere in the Data List it’s shown as “01”. With some further sleuthing I determined that the “00” ID is for the Motif ES, not for the S90ES - “01” is apparently proper for the S90ES.
So, try this…
Please let us know if that works, since if it does the previous posts in this thread all have that model ID (fifth byte) incorrect. Of course, that would also mean the S90ES Data List has several errors as well. |
Keyflow
Total Posts: 4
Joined 10-11-2020 status: Newcomer |
That’s it! thanx!!!!
|
5pinDIN
Total Posts: 11891
Joined 09-16-2010 status: Legend |
You’re welcome, and thanks for verifying that what I determined is correct.
For those interested…
|