|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
Where is STKFlute documentation?I have come across a few orch files that use the opcode STKFlute.
Csound 5.10 seems to know what it is but it no documentation for it appears in the csound manual... http://www.csounds.com/manual/html/index.html Is there any documentation for these opcodes any where? Anthony |
|
|
Re: Where is STKFlute documentation?You can try to see
https://ccrma.stanford.edu/software/stk/ that is the page of stk project. There You can find some info about the instruments. If i'm correct the csound opcodes are an implementation of stk c++ opcodes by Mr. Gogins. Hope helpful, ciao, fran.
|
|
|
Re: Re: Where is STKFlute documentation?Where can I find documentation on what STK opcodes have been ported?
Is there a list some where? Anthony On Wed, Nov 4, 2009 at 2:23 PM, francibal <ilterzouomo@...> wrote:
|
|
|
Re: Re: Where is STKFlute documentation?Yes, the "STKxxx" opcodes are a thin Csound opcode wrapper (by me)
around the actual STK code. John ffitch has also re-implemented a number of the STK instruments in C. In some cases, his code works better, in other cases, the STK opcodes work better. But there are more "STKxxx" opcodes. Regards, Mike On 11/4/09, francibal <ilterzouomo@...> wrote: > > You can try to see > > https://ccrma.stanford.edu/software/stk/ > > that is the page of stk project. There You can find some info about the > instruments. > If i'm correct the csound opcodes are an implementation of stk c++ opcodes > by Mr. Gogins. > > Hope helpful, > ciao, > > fran. > > > apalomba wrote: >> >> I have come across a few orch files that use the opcode STKFlute. >> Csound 5.10 seems to know what it is but it no documentation for >> it appears in the csound manual... >> http://www.csounds.com/manual/html/index.html >> >> Is there any documentation for these opcodes any where? >> >> >> >> >> Anthony >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@... with body "unsubscribe >> csound" >> > > -- > View this message in context: > http://old.nabble.com/Where-is-STKFlute-documentation--tp26200440p26203954.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@... with body "unsubscribe > csound" > -- Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com Send bugs reports to this list. To unsubscribe, send email sympa@... with body "unsubscribe csound" |
|
|
Re: Re: Where is STKFlute documentation?If You pass -z flag to command line You can see a list of all the opcodes of Your csound.
With -z0 only names, with -z1 also the input/output. Anyway stk opcodes begin with stk in name. But i'm not so sure at all. In my system (5.11) i find these: STKBandedWG STKBeeThree STKBlowBotl STKBlowHole STKBowed STKBrass STKClarinet STKDrummer STKFMVoices STKFlute STKHevyMetl STKMandolin STKModalBar STKMoog STKPercFlut STKPlucked STKResonate STKRhodey STKSaxofony STKShakers STKSimple STKSitar STKStifKarp STKTubeBell STKVoicForm STKWhistle STKWurley ciao, fran.
|
|
|
Re: Re: Re: Where is STKFlute documentation?All the ones I did begin do with "STK". The ones John ffitch did do
not begin with "STK". Regards, Mike On 11/4/09, francibal <ilterzouomo@...> wrote: > > If You pass -z flag to command line You can see a list of all the opcodes of > Your csound. > With -z0 only names, with -z1 also the input/output. > Anyway stk opcodes begin with stk in name. But i'm not so sure at all. > > In my system (5.11) i find these: > > STKBandedWG STKBeeThree > STKBlowBotl STKBlowHole STKBowed STKBrass > STKClarinet STKDrummer STKFMVoices STKFlute > STKHevyMetl STKMandolin STKModalBar STKMoog > STKPercFlut STKPlucked STKResonate STKRhodey > STKSaxofony STKShakers STKSimple STKSitar > STKStifKarp STKTubeBell STKVoicForm STKWhistle > STKWurley > > > ciao, > > fran. > > > apalomba wrote: >> >> Where can I find documentation on what STK opcodes have been ported? >> Is there a list some where? >> >> >> >> Anthony >> >> >> On Wed, Nov 4, 2009 at 2:23 PM, francibal <ilterzouomo@...> >> wrote: >> >>> >>> You can try to see >>> >>> https://ccrma.stanford.edu/software/stk/ >>> >>> that is the page of stk project. There You can find some info about the >>> instruments. >>> If i'm correct the csound opcodes are an implementation of stk c++ >>> opcodes >>> by Mr. Gogins. >>> >>> Hope helpful, >>> ciao, >>> >>> fran. >>> >>> >>> apalomba wrote: >>> > >>> > I have come across a few orch files that use the opcode STKFlute. >>> > Csound 5.10 seems to know what it is but it no documentation for >>> > it appears in the csound manual... >>> > http://www.csounds.com/manual/html/index.html >>> > >>> > Is there any documentation for these opcodes any where? >>> > >>> > >>> > >>> > >>> > Anthony >>> > >>> > Send bugs reports to this list. >>> > To unsubscribe, send email sympa@... with body >>> "unsubscribe >>> > csound" >>> > >>> >>> -- >>> View this message in context: >>> http://old.nabble.com/Where-is-STKFlute-documentation--tp26200440p26203954.html >>> Sent from the Csound - General mailing list archive at Nabble.com. >>> >>> >>> >>> Send bugs reports to this list. >>> To unsubscribe, send email sympa@... with body "unsubscribe >>> csound" >>> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@... with body "unsubscribe >> csound" >> > > -- > View this message in context: > http://old.nabble.com/Where-is-STKFlute-documentation--tp26200440p26204786.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@... with body "unsubscribe > csound" > -- Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com Send bugs reports to this list. To unsubscribe, send email sympa@... with body "unsubscribe csound" |
|
|
Re: Re: Re: Re: Where is STKFlute documentation?Ahh, I see. They are in the 5.10 version as well. I hope someone adds the
documentation of these into the csound manual so that I know how to use them. Anthony
On Wed, Nov 4, 2009 at 3:32 PM, Michael Gogins <michael.gogins@...> wrote: All the ones I did begin do with "STK". The ones John ffitch did do |
| Free embeddable forum powered by Nabble | Forum Help |