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 "MIDI | XS Master mode | Set List Maker | Ipad Mini"

     
Posted on: December 22, 2013 @ 10:25 AM
Mauro
Total Posts:  35
Joined  01-19-2010
status: Regular

Is it possible to use Set List Maker with MIDI from the Ipad Mini to choose programs from the Master mode on the XS?

I have established a MIDI connection between my Ipad and the Motif and I’m able (with the option learn MIDI) to select voices or performances. What I would like is to select programs from the master mode:

For example:
Moves like jagger = master mode A3
Lady gaga medley = master mode C5

I have no idea what kind of MIDI code I have to use to get it done. I’m really a noob with MIDI. This function in combination with Set List Maker would be helpfull so I can make a setlist in the pause on my Ipad, synchronize it with my other bandmembers and select the song from my Ipad during the gig.

In some topics I read it should be possible to select programs from the Master Mode in other topics I read it’s not possible. Can you please tell me more about it and explain how to??

  [ Ignore ]  

Posted on: December 22, 2013 @ 11:01 AM
5pinDIN
Avatar
Total Posts:  11891
Joined  09-16-2010
status: Legend

Master number selection and mode change are possible via MIDI. They are done with SysEx Parameter Change, Mode Change messages, as given in the XS Data List.

If the XS is already in Master mode…
To select the Master number on the first device, send:
F0 43 10 7F 03 0A 00 00 dd F7
where dd = 00~7F hex (0~127, 1~128 Master number)

If the XS is not in master mode, or you want to change modes…
To select the Mode on the first device, send:
F0 43 10 7F 03 0A 00 01 0n F7
where…
n=0 Voice mode
n=1 Performance mode
n=2 Pattern mode
n=3 Song mode
n=4 Master mode

  [ Ignore ]  

Posted on: December 22, 2013 @ 11:06 AM
Mauro
Total Posts:  35
Joined  01-19-2010
status: Regular

Thanks for your reply. I don’t understand the code completely…

Can you give me an example from the code considering I’m already in master mode and I want to go to A3..?

Is it:
F0 43 10 7F 03 0A 00 03 04 F7?

I tried this code.. The whole xs crashes (nothing works any more) so I have to turn off/on… :(

  [ Ignore ]  

Posted on: December 22, 2013 @ 11:35 AM
5pinDIN
Avatar
Total Posts:  11891
Joined  09-16-2010
status: Legend
Mauro - 22 December 2013 11:06 AM

Thanks for your reply. I don’t understand it completely…

Can you give me an example from the code considering I’m allready in master mode and I want to go to A3..?

Is it:
F0 43 10 7F 03 0A 00 00 04 F7?

Not quite. The numbering offset is indeed by 1 (one), but in the other direction.

For Master A3 (# 003):
F0 43 10 7F 03 0A 00 00 02 F7

Also, if you’re not familiar with hexadecimal, see the table on page 52 of the XS Data List.

So, for Master C5 (# 037) - look up 36 in that table:
F0 43 10 7F 03 0A 00 00 24 F7

  [ Ignore ]  

Posted on: December 22, 2013 @ 11:39 AM
5pinDIN
Avatar
Total Posts:  11891
Joined  09-16-2010
status: Legend
Mauro - 22 December 2013 11:06 AM

Is it:
F0 43 10 7F 03 0A 00 03 04 F7?


I tried this code.. The whole xs crashes (nothing works any more) so I have to turn off/on… :(

No, that’s not it at all. Look closely at my post above.

  [ Ignore ]  

Posted on: December 22, 2013 @ 11:54 AM
Mauro
Total Posts:  35
Joined  01-19-2010
status: Regular
5pinDIN - 22 December 2013 11:39 AM
Mauro - 22 December 2013 11:06 AM

Is it:
F0 43 10 7F 03 0A 00 03 04 F7?


I tried this code.. The whole xs crashes (nothing works any more) so I have to turn off/on… :(

No, that’s not it at all. Look closely at my post above.

Allright I understand… Now I just need to solve the chrashing problem…

  [ Ignore ]  

Posted on: December 22, 2013 @ 11:58 AM
5pinDIN
Avatar
Total Posts:  11891
Joined  09-16-2010
status: Legend
Mauro - 22 December 2013 11:54 AM

Allright I understand… Now I just need to solve the chrashing problem…

Are you saying that the XS crashes if you use precisely the SysEx I posted?

  [ Ignore ]  

Posted on: December 22, 2013 @ 12:07 PM
Mauro
Total Posts:  35
Joined  01-19-2010
status: Regular

Jep, but maybe it has something to do with the set list maker settings… Do you use this app? What are your settings?

  [ Ignore ]  

Posted on: December 22, 2013 @ 12:16 PM
5pinDIN
Avatar
Total Posts:  11891
Joined  09-16-2010
status: Legend
Mauro - 22 December 2013 12:07 PM

Jep, but maybe it has something to do with the set list maker settings… Do you use this app? What are your settings?

No, I don’t use that app. I’ve previously used the SysEx I posted, and I checked it just now (using MIDI-OX), so I know it works.

  [ Ignore ]  

Posted on: December 22, 2013 @ 01:34 PM
Mauro
Total Posts:  35
Joined  01-19-2010
status: Regular

Hmm ok… I get an error message: Midi buffer full…

  [ Ignore ]  

Posted on: December 22, 2013 @ 02:31 PM
5pinDIN
Avatar
Total Posts:  11891
Joined  09-16-2010
status: Legend
Mauro - 22 December 2013 01:34 PM

Hmm ok… I get an error message: Midi buffer full…

The small SysEx messages I posted, by themselves, should not be filling the MIDI buffer.

  [ Ignore ]  

Posted on: December 22, 2013 @ 02:35 PM
Mauro
Total Posts:  35
Joined  01-19-2010
status: Regular

I found the problem. Somehow I made a midi lus in the set list maker app… Everything works fine now… NICE! :D…

Thanks for your help 5pinDIN!!!

  [ Ignore ]  

Posted on: December 22, 2013 @ 02:45 PM
5pinDIN
Avatar
Total Posts:  11891
Joined  09-16-2010
status: Legend
Mauro - 22 December 2013 02:35 PM

I found the problem. Somehow I made a midi lus in the set list maker app… Everything works fine now… NICE! :D…

Thanks for your help 5pinDIN!!!

You’re welcome - I’m glad you found the problem.

  [ Ignore ]