Skip navigation.
 
mlHow to add messages to Cocoa's Run Loop
FROM : Pulkit Mathur
DATE : Wed Apr 04 12:48:52 2007

Hi,

I am just a beginner! I want to know something about Cocoa's Run Loops. I
want create a method "FillAudioBuffer". This method will fill two audio
buffers and submit to input proc when it needs audio buffers to play. Now I
want this method to fill the buffers as soon as the methods submit its
buffers to the input proc. So, my plan is to add this method in the Run
Loop's queue soon as the buffers are empty. Now how do I do it? I mean how
to I add this method in the Run Loop message queue?

Please help!
MacDev

--
Pulkit Mathur
Project Manager Associate
Blaze Audio
Industrial Audio Software
http://www.blazeaudio.com
http://www.industrialaudiosoftware.com
91-141-2295761

Related mailsAuthorDate
mlHow to add messages to Cocoa's Run Loop Pulkit Mathur Apr 4, 12:48
mlRe: How to add messages to Cocoa's Run Loop John C. Randolph Apr 4, 16:02
mlRe: How to add messages to Cocoa's Run Loop Ofri Wolfus Apr 5, 00:03
mlRe: How to add messages to Cocoa's Run Loop Aulis Telle Apr 5, 09:32