Re: Alternative to Delay()
Re: Alternative to Delay()
- Subject: Re: Alternative to Delay()
- From: David Duncan <email@hidden>
- Date: Sun, 27 Jul 2003 19:49:13 -0400
On Sunday, July 27, 2003, at 7:34 PM, Geoff wrote:
Is there an alternative to the Delay routine that is more accurate? I
have a button that when pressed sends a tune to a synthesiser and I
want it to remain hilited until the tune is complete. Delay enables me
to do this synchronously but not very accurately. Accuracy is not that
important in this case but I didn't want to obscure the main question
with a more involved example.
You can use MPDelayUntil() or it's mach variant (whose name escapes
me). These allow you to do delays at native timebase accuracy - which
is probably far more accurate than you actually care about =).
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
_______________________________________________
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.