Re: Stuck Notes and MIDIPacketList
Re: Stuck Notes and MIDIPacketList
- Subject: Re: Stuck Notes and MIDIPacketList
- From: Robert Grant <email@hidden>
- Date: Thu, 29 Jan 2004 19:28:21 -0500
Hi Doug,
Well I'm not keeping them around after the MIDIInputProc is done - if
that's what you're asking?
Robert.
On Jan 29, 2004, at 6:54 PM, Doug Wyatt wrote:
On Jan 29, 2004, at 11:40, Robert Grant wrote:
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?
No. The code that calls your input proc copies packetlists out of the
shared memory between the client and server, and into the stack.
I assume you're copying packetlists and not keeping copies of pointers
to them?
Doug
--
Doug Wyatt
Core Audio, Apple
_______________________________________________
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.