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





Reply via email to