11 Jan
2004
11 Jan
'04
11:29 p.m.
Eric Pouech wrote:
Christian Costa a écrit :
+ for (wDevID = 0; wDevID < MIDM_NumDevs; wDevID++) + if ( (ev->source.client == MidiInDev[wDevID].addr.client) && (ev->source.client == MidiInDev[wDevID].addr.client) ) + break;
Why do you do twice the same test ? A+
Indeed this is wrong, the second test should involve the port number! Thanks Eric to point this out. :-) Bye, Christian