Re: MIDISend buffersize?
Re: MIDISend buffersize?
- Subject: Re: MIDISend buffersize?
- From: Herbie Robinson <email@hidden>
- Date: Sun, 2 Feb 2003 07:30:31 -0500
I have just managed to record and play back midi bytes with my
microseq (not much more at the moment).
I am using MIDISend to play back my notes. But how big is the
buffer? I mean, how much midi can I send to the system for future
delivery? Is there a way to check when the buffer is full or when
it's time to send more midi?
You should queue ahead by a certain amount of time. That would be
determined by the scheduling parameters for the thread doing the
sending and kMIDIPropertyAdvanceScheduleTimeMuSec for the device you
are sending to (probably, the scheduling parameters for the thread
would be influenced by kMIDIPropertyAdvanceScheduleTimeMuSec...).
--
-*****************************************
**
http://www.curbside-recording.com/ **
******************************************
_______________________________________________
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.