[Csnd] Optimization of instruments
Date | 2013-06-24 05:42 |
From | lppier |
Subject | [Csnd] Optimization of instruments |
Hi, Was wondering if there are any tips (or links to tips) for optimizing CSound instruments. On iOS, one has to work with a limited CPU resource, was just wondering there are certain things I can do to make CSound consume less CPU. For example, putting ksmps at 128, which I already am doing.. CSound is really fun - learning a lot everyday. :) This could be a useful thread to have around.. do let me know if there is already one such thread. Thanks! -- View this message in context: http://csound.1045644.n5.nabble.com/Optimization-of-instruments-tp5724758.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-06-24 06:33 |
From | Enrico Francioni |
Subject | [Csnd] Re: Optimization of instruments |
Also here you can find some help ... http://www.csounds.com/journal/issue17/heintz.html -- View this message in context: http://csound.1045644.n5.nabble.com/Optimization-of-instruments-tp5724758p5724761.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-06-24 08:01 |
From | lppier |
Subject | [Csnd] Re: Optimization of instruments |
Thanks, looks useful I'll take a look. Pier. On 24 Jun, 2013, at 1:33 PM, "Enrico Francioni [via Csound]" <[hidden email]> wrote: Also here you can find some help ... View this message in context: Re: Optimization of instruments Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-06-30 07:41 |
From | lppier |
Subject | [Csnd] Re: Optimization of instruments |
On this topic, are there any opcodes one should avoid for live csound? How do I know if an opcode is live-usable, other than trial and error? Thanks. -- View this message in context: http://csound.1045644.n5.nabble.com/Optimization-of-instruments-tp5724758p5724996.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-06-30 08:36 |
From | Rory Walsh |
Subject | Re: [Csnd] Re: Optimization of instruments |
It really depends on what you are trying to do. The phase vocoder streaming opcodes can be a bit CPU hog, but if you use enough of any opcode you'll see some performance issues eventually. Trial and error is definitely the way to go. On 30 June 2013 08:41, lppier |