
6 Jun
2008
6 Jun
'08
4:39 a.m.
Atte André Jensen wrote:
192 => midimessage.data1; 3 => midimessage.data2; bcrMidiOut.send(midimessage);
A complete example, ready-to-run would go like this: 2 => int device; MidiMsg midimessage; MidiOut midiOut; if(!midiOut.open(device)) me.exit(); 192 => midimessage.data1; 3 => midimessage.data2; midiOut.send(midimessage); NB: If I receive a program change from my micron, data3 contains something in the area of 191. Sometimes 180, sometimes 183, sometimes something else. It's always the same until I stop chuck, the next time the content is another number. Strange... -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk