Author |
Topic: OutputMidiMsg (Read 2919 times) |
|
artkau
New Member

 MIDI-OX Rules!
Posts: 2
|
 |
OutputMidiMsg
« on: Jun 12th, 2007, 7:46am » |
Quote Modify
|
Hi all, I'm writing my own control software for our band rig. Can someone please give me a 'for dummies' rundown on how to use the parameters of the OutputMidiMsg function to send Control Change messages? I'd really like to understand the purposes of Port, Status, Data1 and Data2 Thanks! MIDI Ox is the Best!
|
|
IP Logged |
|
|
|
Peter L Jones
Expert
    

Hit it
Gender: 
Posts: 978
|
 |
Re: OutputMidiMsg
« Reply #1 on: Jun 12th, 2007, 12:58pm » |
Quote Modify
|
Port is the port number used to identify the output port. Status is the MIDI status byte you want to send to identify the message. Data1 is the Data1 value you want to send as part of the message. Data2 is the Data2 value you want to send as part of the message, where appropriate. Good MIDI primer: http://www.borg.com/~jglatt/tutr/miditutr.htm
|
|
IP Logged |
"...Playing fast around the drums is one thing. But to play with people for others, to listen to, that's something else. That's a whole other world." -- Tony Williams
|
|
|
artkau
New Member

 MIDI-OX Rules!
Posts: 2
|
 |
Re: OutputMidiMsg
« Reply #2 on: Jun 13th, 2007, 2:33am » |
Quote Modify
|
Thanks Peter! I managed to get it right with a fair amount of guess work. I've started writing an interface in c# for my Behringer units with greeat success.
|
|
IP Logged |
|
|
|
|