Author |
Topic: Sysex to NoteOn and NoteOff (Read 11811 times) |
|
arturchernyshov
New Member

 MIDI-OX Rules!
Posts: 1
|
 |
Sysex to NoteOn and NoteOff
« on: Jan 28th, 2014, 1:00am » |
Quote Modify
|
Hello, everyone! Midi-ox allows transform NoteOn and NoteOff to Sysex data. How can I transform Sysex data to NoteOn and NoteOff?
|
« Last Edit: Jan 28th, 2014, 10:30am by arturchernyshov » |
IP Logged |
|
|
|
wilcofan
New Member

 MIDI-OX Rules!
Posts: 8
|
 |
Re: Sysex to NoteOn and NoteOff
« Reply #1 on: Mar 21st, 2014, 9:11am » |
Quote Modify
|
I just registered as I am working on the same challenge. I have note on/off converted to CC for record switches in Pro Tools. Emulating a CS10 by JL Cooper. That part is working. Now, to get the LED's on the controller to turn on and off I have SysEx messages from Pro Tools. The trick is to turn them back into note on/off. I'll keep you posted.
|
|
IP Logged |
|
|
|
Breath
Administrator
    

Gender: 
Posts: 1030
|
 |
Re: Sysex to NoteOn and NoteOff
« Reply #2 on: Mar 21st, 2014, 8:49pm » |
Quote Modify
|
Hi, You might like to look at the MixiOX scripting interface. Type 'script in the help. Why would you output sysex from ProTools instead of a simple message? All the best Royce
|
|
IP Logged |
|
|
|
wilcofan
New Member

 MIDI-OX Rules!
Posts: 8
|
 |
Re: Sysex to NoteOn and NoteOff
« Reply #3 on: Mar 21st, 2014, 9:12pm » |
Quote Modify
|
It's not by choice. Emulating the CS10 is the only way I know how to map track controls to MIDI. And the feedback Pro Tools gives is SysEx for track element states of on/off. Thanks for the tip in the scripting direction.
|
|
IP Logged |
|
|
|
wilcofan
New Member

 MIDI-OX Rules!
Posts: 8
|
 |
Re: Sysex to NoteOn and NoteOff
« Reply #5 on: Mar 21st, 2014, 11:27pm » |
Quote Modify
|
Yup. One of those files is the map I'm using. The CS10 map. There is no configuring that map from inside Pro Tools. Only "lying" to it, pretending it's a CS10 it's talking to. And I have the input working fine. Note on messages from my 16 pad controller are converted to the CC#'s. The result is each pad record enables/disables a track. Next is getting the feedback from Pro Tools (the SysEx) to turn the pad lights on and off, depending on state. Thanks so much for your involvement. (and very helpful post in my other thread) Bobby
|
|
IP Logged |
|
|
|
Breath
Administrator
    

Gender: 
Posts: 1030
|
 |
Re: Sysex to NoteOn and NoteOff
« Reply #6 on: Mar 22nd, 2014, 7:36pm » |
Quote Modify
|
What is the sysex and what do you want it converted to?
|
|
IP Logged |
|
|
|
wilcofan
New Member

 MIDI-OX Rules!
Posts: 8
|
 |
Re: Sysex to NoteOn and NoteOff
« Reply #7 on: Mar 25th, 2014, 11:54pm » |
Quote Modify
|
Hi, sorry for the delay I was moving equipment in the studio. I have a set of 8 messages x2 (states). Each message speaks from a track being turned on/off. F0 15 15 00 00 00 F7 F0 15 15 00 00 7F F7 F0 15 15 00 01 00 F7 F0 15 15 00 01 7F F7 F0 15 15 00 02 00 F7 F0 15 15 00 02 7F F7 etc. The 00, 01, 02, etc. are the channels. The 00, 7F are OFF and ON respectively. I need them transformed to Midi notes E-1, F-1,F#-1, etc. note OFF and ON. Haven't had time to delve into the scripts but it's pretty straightforward. Bobby
|
« Last Edit: Mar 26th, 2014, 12:03am by wilcofan » |
IP Logged |
|
|
|
Breath
Administrator
    

Gender: 
Posts: 1030
|
 |
Re: Sysex to NoteOn and NoteOff
« Reply #8 on: Mar 26th, 2014, 12:23am » |
Quote Modify
|
If you are OK in Python have a look at the example file supplied with MidiOx, MOXScriptWsh.pys If you more inclined to VB script have a look at MOXScriptPoll.vbs. In both of them there is code to show you how to get at the Sysex stream. All the best Royce
|
|
IP Logged |
|
|
|
PaulyPeanut
New Member

 MIDI-OX Rules!
Posts: 1
|
 |
Re: Sysex to NoteOn and NoteOff
« Reply #9 on: Nov 6th, 2014, 8:34pm » |
Quote Modify
|
Hey Folks! This is my first time in this forum and I´m really new to midi. I´m working in a theater and wan´t to remote our lighting desk via midi from the audio guys and the other way around. Lighting Desk is a ETC Gio wich can only read MSC and the audio department is working with Ableton live wich as far as I know can only send Midi. Now I played around and used the mapping function in Midi-Ox to convert a Midi Note On (for example) to a sysex HEX string the Gio could read. That worked perfect! Now I´m looking for the other way around but here I can´t find sysex for Input in the mapper. What I read here about the scripting interface to be honest I didn´t understand. Could you explain me how to use it for that purpose or if there is another way to do that? Thanks a lot!
|
|
IP Logged |
|
|
|
wilcofan
New Member

 MIDI-OX Rules!
Posts: 8
|
 |
Re: Sysex to NoteOn and NoteOff
« Reply #11 on: Nov 7th, 2014, 12:31pm » |
Quote Modify
|
Not to knock MIDI-OX, I use it all the time. But yeah, I also use Bome's now, all the time. For exactly what you want, sysex --> midi cc, notes. One warning: the current Bome's is a little weak in sysex reliability. If you send a lot of sysex messages in a stream it can miss some of the translations. As far as I know they are aware of it and improving. It's still an excellent tool.
|
|
IP Logged |
|
|
|
|