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.

rssFeeds [Syndicate]


forumforum
 

Old Motifator threads are available in the Archive.

Viewing topic "Midi code for output select"

     
Posted on: September 04, 2010 @ 06:40 PM
2oldman
Total Posts:  50
Joined  08-12-2010
status: Regular

I want to send MIDI to the XS to select the output on a particular Multi channel.

I see on p 74 of the Data List in the Midi Parameter Change Table, there’s Output Select.  I can’t relate the “Address” to any specific Midi control number.

Any help?

  [ Ignore ]  

Posted on: September 06, 2010 @ 04:57 AM
Bad_Mister
Avatar
Total Posts:  29143
Joined  07-30-2002
status: Moderator

The message for changing the OUTPUT SELECT for PART is not a CONTROL NUMBER, it is programmed via a System Exclusive message:

F0 43 10 7F 03 37 pp 1F dd F7

F0 = Start of Exclusive message
43 = Yamaha Manufacturer I.D.
10 = Parameter Change, First Device
7F 03 = Motif-Rack XS Product I.D
37 = Parameter High Address
pp = Mid Address which in this case is the PART 00-0F (PARTS 1-16)
1F = Low Address OUTOUT SELECT
dd = the Data Byte
F7 = End of Exclusive message.

The value for dd is determined by the values in the DESCRIPTION box:

00 = L/R output
08 = asL/R
09 = m1/2
0A = m3/4
0B = m5/6
0C = m7/8
0D = m9/10
0E = m11/12
0F = m13/14
40 = asL
41 = asR
42 = m1
43 = m2
44 = m3
45 = m4
46 = m5
47 = m6
48 = m7
49 = m8
4A = m9
4B = m10
4C = m11
4D = m12
4E = m13
4F = m14
7F = drum (L/Rdr)

  [ Ignore ]  

Posted on: September 06, 2010 @ 08:42 AM
2oldman
Total Posts:  50
Joined  08-12-2010
status: Regular

You da man.. thanks.

  [ Ignore ]