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
Atte André Jensen wrote:
Could anyone point me in the direction of a working midi out example?
Never mind, I found this. It's overkill for my purpose, but should get me started... http://www.rattus.net/~packrat/audio/ChucK/files/midisender.ck -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk
participants (1)
-
Atte André Jensen