[Cs-dev] Real Time Audio Programming
Date | 2011-07-28 15:31 |
From | Steven Yi |
Subject | [Cs-dev] Real Time Audio Programming |
Hi All, I saw an interesting article by Ross Bencina on Real Time Audio Programming: http://www.rossbencina.com/code/real-time-audio-programming-101-time-waits-for-nothing Thought it worth sharing! steven ------------------------------------------------------------------------------ Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2011-07-28 22:36 |
From | Oeyvind Brandtsegg |
Subject | Re: [Cs-dev] Real Time Audio Programming |
Yes, and interesting read. Thanks for the tip. Do we/Csound adhere to all these principles? best Oeyvind 2011/7/28 Steven Yi |
Date | 2011-07-29 12:39 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Real Time Audio Programming |
Attachments | None None |
Not really. You can avoid non real time safe opcodes in your own csound orchestra code. On Jul 28, 2011 5:36 PM, "Oeyvind Brandtsegg" <oyvind.brandtsegg@ntnu.no> wrote:
> Yes, and interesting read. Thanks for the tip. > Do we/Csound adhere to all these principles? > best > Oeyvind > > 2011/7/28 Steven Yi <stevenyi@gmail.com>: >> Hi All, >> >> I saw an interesting article by Ross Bencina on Real Time Audio Programming: >> >> http://www.rossbencina.com/code/real-time-audio-programming-101-time-waits-for-nothing >> >> Thought it worth sharing! >> steven >> >> ------------------------------------------------------------------------------ >> Got Input? Slashdot Needs You. >> Take our quick survey online. Come on, we don't ask for help often. >> Plus, you'll get a chance to win $100 to spend on ThinkGeek. >> http://p.sf.net/sfu/slashdot-survey >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > ------------------------------------------------------------------------------ > Got Input? Slashdot Needs You. > Take our quick survey online. Come on, we don't ask for help often. > Plus, you'll get a chance to win $100 to spend on ThinkGeek. > http://p.sf.net/sfu/slashdot-survey > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel |
Date | 2011-07-29 22:16 |
From | Oeyvind Brandtsegg |
Subject | Re: [Cs-dev] Real Time Audio Programming |
Ah, that's interesting. Could you give some examples of opcodes that are not realtime safe? best Oeyvind 2011/7/29 Michael Gogins |