Re: [WINEALSA] Add Midi IN support (w/o alloca)
11 Jan
2004
11 Jan
'04
7:10 p.m.
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+
11 Jan
11 Jan
11:29 p.m.
New subject: [WINEALSA] Add Midi IN support (w/o alloca)
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
8011
Age (days ago)
8011
Last active (days ago)
1 comments
2 participants
participants (2)
-
Christian Costa -
Eric Pouech