Old Motifator threads are available in the Archive.
pax_eterna
Total Posts: 209
Joined 11-03-2013 status: Enthusiast |
I note from the DL manual that one can select Performances and Voices via midi bank and select messages, however I note there are no such numbers for a Master? Is there a way (perhaps sysex?) to select a Master remotely via a MIDI command? Thanks |
Bad_Mister
Total Posts: 36620
Joined 07-30-2002 status: Moderator |
F0 43 10 7F 1C 00 0A 00 00 dd F7 Where “dd” is the Master 00-7F. This will select the MASTER program if you are in MASTER mode. You can switch Modes with the following message: F0 43 10 7F 1C 00 0A 00 01 dd F7
Where “dd” is
So if you needed to switch from another mode to MASTER mode you would send the following message first: F0 43 10 7F 1C 00 0A 00 01 04 F7 |
pax_eterna
Total Posts: 209
Joined 11-03-2013 status: Enthusiast |
Cool, thanks much BM. |
pax_eterna
Total Posts: 209
Joined 11-03-2013 status: Enthusiast |
Just a clarification please: the string above ( F0 43 10 7F 1C 00 0A 00 00 dd F7 ) seemingly shows 1C (Device# ?) in position 5, however in the Synth Parameter Manual 1C occupies the 3rd position - page 72 which is the instruction for changing the Master used. 1C = Device # 28
Data Format: F0 43 1n 7F 0D 0A 00 01 0m F7 (Hexadecimal), in which:
Unless I am understanding it incorrectly and the device # is actually 10? But in any case there are other differences in the string posted and the string from the manual… |
5pinDIN
Total Posts: 11891
Joined 09-16-2010 status: Legend |
The information Bad_Mister gave you is correct. The place to look for the MIDI Data Format is the MOXF Data List. See page 121, (3-6-3-1) NATIVE PARAMETER CHANGE, MODE CHANGE, for the general form of the message, and page 125, MIDI PARAMETER CHANGE TABLE (MODE CHANGE), for the address and data bytes. |
Bad_Mister
Total Posts: 36620
Joined 07-30-2002 status: Moderator |
The Synthesizer Parameter Manual is generic, the MOXF Data list booklet is specific. You asked, and I gave you the specific message for the MOXF. The third byte is “10” read as “one, zero”. The “one” means a Parameter Change message, the “zero” is Device number 1. |
pax_eterna
Total Posts: 209
Joined 11-03-2013 status: Enthusiast |
Thx - I wasn’t doubting it really, (sorry if that was the impression) - more a little confused. I ran both strings as written with no effect. I have looked through the Utility, File and Job menus but I could not find a reference to whether sysex Rx is on by default or off...so can you clarify that please? If on, I can look further afield for the cause. |
pax_eterna
Total Posts: 209
Joined 11-03-2013 status: Enthusiast |
Thx |
5pinDIN
Total Posts: 11891
Joined 09-16-2010 status: Legend |
You’re welcome. I’d suggest starting with Master Mode manually selected, and then see if you can select the Master number using the F0 43 10 7F 1C 00 0A 00 00 dd F7 message. By the way, what are you using to send the message? |
pax_eterna
Total Posts: 209
Joined 11-03-2013 status: Enthusiast |
Yeah 5pin I tried the Master Change select string by itself when in Master Mode, then the System Mode change string by itself, I tried a combo of both strings..no response at all. Tried Sonar, MIDI-OX, Power Trax, and a utility app called GN MIDI |
5pinDIN
Total Posts: 11891
Joined 09-16-2010 status: Legend |
I don’t have a MOXF (my experience is with the XS and XF), so I can’t be certain about some things. If you’re willing to accept that, we could give this a try… If you’re connected via USB MIDI, using MIDI-OX select Port 4 for input (you probably already have Port 1 selected). Then select a couple of Masters from the MOXF’s front panel. Make note of any SysEx messages having 0A 00 00 address bytes, and post them. |
pax_eterna
Total Posts: 209
Joined 11-03-2013 status: Enthusiast |
thx 5pin....it’s okay (embarrassing - VERY)) but okay… I forgot to change back to USB Midi on the MOXf...DUH!!!! I was using standard midi while trying the iOS Perf Editor app. Those strings both work. My sincere apologies for wasting your time! |
5pinDIN
Total Posts: 11891
Joined 09-16-2010 status: Legend |
No problem. At times I’ve wondered myself why SysEx or other MIDI wasn’t working, and then realized that I’d loaded an “All” file that had system settings different from my usual ones. I’m glad you got it working. |
DoubleM
Total Posts: 36
Joined 01-19-2011 status: Regular |
Starting with Master Mode manually selected: Is it possible to select Masters on the MOXF with simple program change messages, not using sysex? I´d like to use the MOXF8 as a “sub-master” in my live rig. It (only) has to send program changes and midi notes to my tc helicon voice live… |
MeMyselfAndI64
Total Posts: 201
Joined 11-12-2013 status: Enthusiast |
I would say NO but Bad_Mister may have other things to say.:)
I use an line 6 foot switch to send program change to my MOFX.
|
Bad_Mister
Total Posts: 36620
Joined 07-30-2002 status: Moderator |
No. A Program Change message cannot be used. You can use a Foot Switch to advance through (increment) through them in order. Each time you step on the foot Switch you advance to the next Master program.
The Master mode cannot be set to slave to another device, (not even if you call it “sub-Master")
We suggest you attempt to organize your Master programs in order so that you can step through them with a Foot Switch. I would be remiss if I did not mention that most people simply press the front panel buttons to recall the Master program. Perhaps you can set the MOXF as the master for all your devices, have you tried this? |