28 Mar
2008
28 Mar
'08
7:34 p.m.
Hi For the first time I need to use midi out. I couldn't find any examples, but thought it might be similar to midi in, so I did: MidiOut midi_out; MidiMsg midi_msg; midi_out.open(1); 0 => midi_msg.data1; 0 => midi_msg.data2; 0 => midi_msg.data3; midi_out.send(midi_msg); But that gives me the following error: [chuck](via RtMidi): RtMidiOut::sendMessage: event parsing error! Could anyone point me in the direction of a working midi out example? -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk