Trinity SysEx for mode change

Discussion relating to the Korg Trinity and TR rack.

Moderators: Sharp, X-Trade, Pepperpotty, karmathanever

Post Reply
vEddY
Platinum Member
Posts: 1264
Joined: Sat Jul 20, 2002 4:34 pm
Location: Zagreb
Contact:

Trinity SysEx for mode change

Post by vEddY »

Hello everyone,

Does anyone - by any chance - have a sysex dump of the messages that Trinity sends via MIDI OUT when changing modes to COMBI and to PROG, by any chance? I might be having some problems with my MidiOX application but it doesn't register any data being sent while doing that. On the other hand, it registers messages for changing banks to A, B, M etc.

Any help would be welcome.
Check out http://it-review.net. Reviews and news - hardware, software and musical instruments.
Personally? LPI. RHCE, RHCI, RHCX, RHCVA. MCITP 2008 certification done. MCITP Virtualization Administrator done. MCITP Exchange 2010 done. MCITP MS SQL 2008 done. MCT done. MCSE Server Infrastructure 2012, MCSE: Private Cloud, MCSE:Messaging and MCSE: Desktop Infrastructure done. VCP5-DV done. VCI done. MCITP: Sharepoint 2010 Administrator done. VCP5-Cloud done. VCP5-DT done. VCAP5-DCA done. VCP6-DCV done.
User avatar
xavier
Platinum Member
Posts: 638
Joined: Tue Feb 05, 2002 3:45 pm
Location: Brussels, Belgium
Contact:

Post by xavier »

Code: Select all

xx : Random ( The value would be 00 for safe )

   (1) MODE DATA DUMP REQUEST                                      R
           [ F0,42,3g,3B,12,F7 ]
         Receives this message, and transmits Func=42 message. 


  (12) MODE CHANGE
           [ F0,42,3g,3B,4E,0m,xx,F7 ]
                 m : Mode = 0:Combination, 1:Combi Edit, 2:Program,
                            3:Prog Edit,   4:Multi,      5:Global
         Receives this message, change a mode and transmits Func=23 message.

 (23) MODE DATA                                                   T
           [ F0,42,3g,3B,42,0m.00,s2,0d,xx,F7 ]
                 m : Mode = 0:Combi, 1:CombEdit, 2:Prog, 3:ProgEdit, 8 Global
                 s :(bit6)= 0: System Clock is Internal
                          = 1:                 Word Clock
                d :(bit0)= 0: Prog Mem is not protected,   =1 : protected
                   (bit1)= 0: Combi                        =1 :
                   (bit2)= 0: Multi                        =1 :
         Receives Func=12 message, and transmits this message & data.

Regards,

Xavier Miller.
http://www.xaviermiller.be
vEddY
Platinum Member
Posts: 1264
Joined: Sat Jul 20, 2002 4:34 pm
Location: Zagreb
Contact:

Post by vEddY »

xavier wrote:

Code: Select all

xx : Random ( The value would be 00 for safe )

   (1) MODE DATA DUMP REQUEST                                      R
           [ F0,42,3g,3B,12,F7 ]
         Receives this message, and transmits Func=42 message. 


  (12) MODE CHANGE
           [ F0,42,3g,3B,4E,0m,xx,F7 ]
                 m : Mode = 0:Combination, 1:Combi Edit, 2:Program,
                            3:Prog Edit,   4:Multi,      5:Global
         Receives this message, change a mode and transmits Func=23 message.

 (23) MODE DATA                                                   T
           [ F0,42,3g,3B,42,0m.00,s2,0d,xx,F7 ]
                 m : Mode = 0:Combi, 1:CombEdit, 2:Prog, 3:ProgEdit, 8 Global
                 s :(bit6)= 0: System Clock is Internal
                          = 1:                 Word Clock
                d :(bit0)= 0: Prog Mem is not protected,   =1 : protected
                   (bit1)= 0: Combi                        =1 :
                   (bit2)= 0: Multi                        =1 :
         Receives Func=12 message, and transmits this message & data.

Gotta admit, I'm getting really confused here. So let me try to decypher what I'm trying to do.

I'm using Lemur iPad app to "develop" a bit of a control surface for Trinity. Now, I'd like to introduce a couple of buttons that could switch me between combi-prog-global modes, and - preferrably - to "absolute" locations. For example, from "Combi-A" to "Prog-B" and stuff like that.

What kind of a sysex/cc combination should I send? Because right now, I'm getting nothing after applying these sysex messages in the manual.

Just as a clarification, it's a Trinity V3.
Check out http://it-review.net. Reviews and news - hardware, software and musical instruments.
Personally? LPI. RHCE, RHCI, RHCX, RHCVA. MCITP 2008 certification done. MCITP Virtualization Administrator done. MCITP Exchange 2010 done. MCITP MS SQL 2008 done. MCT done. MCSE Server Infrastructure 2012, MCSE: Private Cloud, MCSE:Messaging and MCSE: Desktop Infrastructure done. VCP5-DV done. VCI done. MCITP: Sharepoint 2010 Administrator done. VCP5-Cloud done. VCP5-DT done. VCAP5-DCA done. VCP6-DCV done.
User avatar
xavier
Platinum Member
Posts: 638
Joined: Tue Feb 05, 2002 3:45 pm
Location: Brussels, Belgium
Contact:

Post by xavier »

try "Mode Change"

Also check in global mode that all MIDI filters are OK.
Regards,

Xavier Miller.
http://www.xaviermiller.be
vEddY
Platinum Member
Posts: 1264
Joined: Sat Jul 20, 2002 4:34 pm
Location: Zagreb
Contact:

Post by vEddY »

xavier wrote:try "Mode Change"

Also check in global mode that all MIDI filters are OK.
They are. I can change patches within the mode, no problem. But can't jump between modes.
Check out http://it-review.net. Reviews and news - hardware, software and musical instruments.
Personally? LPI. RHCE, RHCI, RHCX, RHCVA. MCITP 2008 certification done. MCITP Virtualization Administrator done. MCITP Exchange 2010 done. MCITP MS SQL 2008 done. MCT done. MCSE Server Infrastructure 2012, MCSE: Private Cloud, MCSE:Messaging and MCSE: Desktop Infrastructure done. VCP5-DV done. VCI done. MCITP: Sharepoint 2010 Administrator done. VCP5-Cloud done. VCP5-DT done. VCAP5-DCA done. VCP6-DCV done.
vEddY
Platinum Member
Posts: 1264
Joined: Sat Jul 20, 2002 4:34 pm
Location: Zagreb
Contact:

Post by vEddY »

Yeah, for starters, iPad MIDI interface that I have (two of them, damned), don't support sending SysEx, which is really insane. Working on it right now :-)
Check out http://it-review.net. Reviews and news - hardware, software and musical instruments.
Personally? LPI. RHCE, RHCI, RHCX, RHCVA. MCITP 2008 certification done. MCITP Virtualization Administrator done. MCITP Exchange 2010 done. MCITP MS SQL 2008 done. MCT done. MCSE Server Infrastructure 2012, MCSE: Private Cloud, MCSE:Messaging and MCSE: Desktop Infrastructure done. VCP5-DV done. VCI done. MCITP: Sharepoint 2010 Administrator done. VCP5-Cloud done. VCP5-DT done. VCAP5-DCA done. VCP6-DCV done.
vEddY
Platinum Member
Posts: 1264
Joined: Sat Jul 20, 2002 4:34 pm
Location: Zagreb
Contact:

Post by vEddY »

xavier wrote:try "Mode Change"

Also check in global mode that all MIDI filters are OK.
Question. If I remember correctly, there aren't "direct" program up and down messages to be used, right? From what I remember from my "MIDI/SysEx sniffing session" some 15 years ago, Korg's synths only send absolute values for the program numbers, like program 30, 120 (in hex, course), not the up and down CC's?
Check out http://it-review.net. Reviews and news - hardware, software and musical instruments.
Personally? LPI. RHCE, RHCI, RHCX, RHCVA. MCITP 2008 certification done. MCITP Virtualization Administrator done. MCITP Exchange 2010 done. MCITP MS SQL 2008 done. MCT done. MCSE Server Infrastructure 2012, MCSE: Private Cloud, MCSE:Messaging and MCSE: Desktop Infrastructure done. VCP5-DV done. VCI done. MCITP: Sharepoint 2010 Administrator done. VCP5-Cloud done. VCP5-DT done. VCAP5-DCA done. VCP6-DCV done.
User avatar
xavier
Platinum Member
Posts: 638
Joined: Tue Feb 05, 2002 3:45 pm
Location: Brussels, Belgium
Contact:

Post by xavier »

yup, I guess the up/down keys will provide program change message.
It seems logical since there is no "remote mode" of the Trinity, only the resulting state is sent (controller change, parameter change, program change, bank change, mode change, ...)
Regards,

Xavier Miller.
http://www.xaviermiller.be
vEddY
Platinum Member
Posts: 1264
Joined: Sat Jul 20, 2002 4:34 pm
Location: Zagreb
Contact:

Post by vEddY »

xavier wrote:yup, I guess the up/down keys will provide program change message.
It seems logical since there is no "remote mode" of the Trinity, only the resulting state is sent (controller change, parameter change, program change, bank change, mode change, ...)
Yeah, that's what I tried, but from what I can gather, it just sends absolute values, not "up" and "down". Nevermind, that's not important. Now I need to find the same data for Triton Rack (mode changes). Do you perhaps have any of those? ;-)
Check out http://it-review.net. Reviews and news - hardware, software and musical instruments.
Personally? LPI. RHCE, RHCI, RHCX, RHCVA. MCITP 2008 certification done. MCITP Virtualization Administrator done. MCITP Exchange 2010 done. MCITP MS SQL 2008 done. MCT done. MCSE Server Infrastructure 2012, MCSE: Private Cloud, MCSE:Messaging and MCSE: Desktop Infrastructure done. VCP5-DV done. VCI done. MCITP: Sharepoint 2010 Administrator done. VCP5-Cloud done. VCP5-DT done. VCAP5-DCA done. VCP6-DCV done.
User avatar
xavier
Platinum Member
Posts: 638
Joined: Tue Feb 05, 2002 3:45 pm
Location: Brussels, Belgium
Contact:

Post by xavier »

I sold my Tritons a long time ago, but you can get the System exclusive documentation at my (unmaintained) sourceforge project

http://alchemist.cvs.sourceforge.net/vi ... /doc/tech/
Regards,

Xavier Miller.
http://www.xaviermiller.be
vEddY
Platinum Member
Posts: 1264
Joined: Sat Jul 20, 2002 4:34 pm
Location: Zagreb
Contact:

Post by vEddY »

xavier wrote:I sold my Tritons a long time ago, but you can get the System exclusive documentation at my (unmaintained) sourceforge project

http://alchemist.cvs.sourceforge.net/vi ... /doc/tech/
Hell, yes, thanks :-)

BTW, can Alchemist read/convert SNG data from Trinity V3?
Check out http://it-review.net. Reviews and news - hardware, software and musical instruments.
Personally? LPI. RHCE, RHCI, RHCX, RHCVA. MCITP 2008 certification done. MCITP Virtualization Administrator done. MCITP Exchange 2010 done. MCITP MS SQL 2008 done. MCT done. MCSE Server Infrastructure 2012, MCSE: Private Cloud, MCSE:Messaging and MCSE: Desktop Infrastructure done. VCP5-DV done. VCI done. MCITP: Sharepoint 2010 Administrator done. VCP5-Cloud done. VCP5-DT done. VCAP5-DCA done. VCP6-DCV done.
User avatar
xavier
Platinum Member
Posts: 638
Joined: Tue Feb 05, 2002 3:45 pm
Location: Brussels, Belgium
Contact:

Post by xavier »

yes
Regards,

Xavier Miller.
http://www.xaviermiller.be
Post Reply

Return to “Korg Trinity”