Stuck Notes and MIDIPacketList
Stuck Notes and MIDIPacketList
- Subject: Stuck Notes and MIDIPacketList
- From: Robert Grant <email@hidden>
- Date: Thu, 29 Jan 2004 14:40:36 -0500
I'm still occasionally getting some stuck notes (every time I start
thinking "I've nailed it" the next note I play invariably gets stuck!)
I've implemented Bill's note queueing system to ensure that Note
On/Offs are only delivered during the Render callback.
The only thing I can think of now is that I'm taking too long in the
MIDIInputProc and the PacketList is being overwritten with a new set of
Packets (thus potentially losing a Note Off). Is this a possibility?
Otherwise I'm open to suggestions :-)
Thanks,
Robert.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.