Trinity SysEx for mode change
Moderators: Sharp, X-Trade, Pepperpotty, karmathanever
Trinity SysEx for mode change
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.
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.
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.
- xavier
- Platinum Member
- Posts: 638
- Joined: Tue Feb 05, 2002 3:45 pm
- Location: Brussels, Belgium
- Contact:
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.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.
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.
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.
They are. I can change patches within the mode, no problem. But can't jump between modes.xavier wrote:try "Mode Change"
Also check in global mode that all MIDI filters are OK.
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.
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.
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.
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.
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?xavier wrote:try "Mode Change"
Also check in global mode that all MIDI filters are OK.
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.
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.
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?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, ...)

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.
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.
- xavier
- Platinum Member
- Posts: 638
- Joined: Tue Feb 05, 2002 3:45 pm
- Location: Brussels, Belgium
- Contact:
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/
http://alchemist.cvs.sourceforge.net/vi ... /doc/tech/
Hell, yes, thanksxavier 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/

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.
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.