Stuck MIDI notes
Stuck MIDI notes
- Subject: Stuck MIDI notes
- From: Robert Grant <email@hidden>
- Date: Wed, 30 Oct 2002 13:01:32 -0500
I'm occasionally getting stuck notes with Rax and it's making me wonder
whether
I'm handling the incoming MIDI data properly. I'm basically following
the Echo.cpp
example and walking through the packets submitting them to the Music
Device.
I'm now wondering whether I'm taking too long in the handler and thus
the buffer
I was passed is getting diddled before I'm done and perhaps overwriting
my
note off messages.
Does that make any sense and is there a more reliable method of
handling the
incoming data? Do I need to make a queue and add new PacketLists on the
end
of the queue.
Thanks for any clarification,
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.