On Fri, Feb 26, 2010 at 11:20:09PM +0000, Victor Lazzarini wrote: > Not a bad idea, though. I have mentioned it here before. It would be > similar to the old jack-csound program of 4.23 vintage. If you start with the callback model, adding the 'other' one is easy. It just requires adding a thread that emulates what Jack is doing: while (running) { wait (); read (); process_callback (); write (); } Writing the 'other' first and then trying to accomodate a callback is much harder, it usually requires refactoring. Ciao, -- FA O tu, che porte, correndo si ? E guerra e morte ! ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net