[Cs-dev] Csound classic
Date | 2010-08-23 18:04 |
From | menno |
Subject | [Cs-dev] Csound classic |
hi, can Csound be build from CVS (Ubuntu) without possible issues when it comes to the implementation of the multithread efforts? Will Csound build without these experiments? I like to try out the STKopcodes that are supposed to have been improved (k-rate) and make examples for the manual. thank you Menno -- View this message in context: http://csound.1045644.n5.nabble.com/Csound-classic-tp2645039p2645039.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-08-23 18:14 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Csound classic |
I believe so... that's the intention anyway! Regards, Mike On Mon, Aug 23, 2010 at 1:04 PM, menno |
Date | 2010-08-24 09:37 |
From | menno |
Subject | [Cs-dev] Csound classic |
Csound from CVS builds just fine on Ubuntu, np. So i could test the STK opcodes and they work great! i think they are wonderful now that values can be changed at k-rate. Thanks Michael. One can change 4 controller values of the STK opcodes. Some however have 6 or more that can be changed. That means that for example i can set the LFO freq but not its depth because i have already used the 4 controller settings and adding one more controller for its depth would make 5, which gives an error. Is this a limitation set by The Perry Cook Team or can there in Csound be found a way to be able to set more than 4 controllers? This is of course hypothetical speaking atm :) thanks!, Menno -- View this message in context: http://csound.1045644.n5.nabble.com/Csound-classic-tp2645039p2650878.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-08-24 11:58 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Csound classic |
Attachments | None None |
It would be easy to do six, there's an obvious pattern in just two base classes. MKG from cell phone On Aug 24, 2010 4:37 AM, "menno" <nabob_cd@yahoo.com> wrote: |
Date | 2010-08-24 12:32 |
From | menno |
Subject | [Cs-dev] Csound classic |
okay, i see. Some have 4 controllers, other 5 and again others 6. The numbers of the controllers of STKSitar and STKPlucked are not known, not even in the documentation of the STK. I will write them and ask them about that and report back. greetings, Menno -- View this message in context: http://csound.1045644.n5.nabble.com/Csound-classic-tp2645039p2651068.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-08-24 13:24 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Csound classic |
You can figure out the number of controllers by looking at the STK source code. Regards, Mike On Tue, Aug 24, 2010 at 7:32 AM, menno |