[Cs-dev] More manual (fof2)
Date | 2006-09-16 17:59 |
From | jpff |
Subject | [Cs-dev] More manual (fof2) |
In fof2 I read xform -- the formant frequency, i.e. freq of the sinusoid burst induced by each xfund impulse. This frequency can be fixed for each burst or can vary continuously (see ifmode). I can find no reference to ifmode on that page. Also it says kgliss -- sets the end pitch of each grain relative to the initial pitch, in octaves. Thus kgliss = 2 means that the grain ends two octaves above its initial pitch, while kgliss = -5/3 has the grain ending a perfect major sixth below. Note: There are no optional parameters in fof2 But iskip is an optional parameter ==John ffitch ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-09-18 18:35 |
From | David Ogborn |
Subject | Re: [Cs-dev] More manual (fof2) |
This from the 4.16 manual: ifmode (optional) – formant frequency mode. If zero, each sineburst keeps the xform frequency it was launched with. If non-zero, each is influenced by xform continuously. The default value is 0. Re: optional parameters, iskip would seem to have been added since 4.16 and the manual wasn't updated. Maybe the bit about "there are no optional parameters" is to remind people that they always will have to add a ",1" for what might be a relatively rarely used feature (i.e kgliss)? Yours truly, David jpff wrote: > In fof2 I read > xform -- the formant frequency, i.e. freq of the sinusoid burst > induced by each xfund impulse. This frequency can be fixed for each > burst or can vary continuously (see ifmode). > > I can find no reference to ifmode on that page. > > Also it says > kgliss -- sets the end pitch of each grain relative to the initial > pitch, in octaves. Thus kgliss = 2 means that the grain ends two > octaves above its initial pitch, while kgliss = -5/3 has the grain > ending a perfect major sixth below. Note: There are no optional > parameters in fof2 > > But iskip is an optional parameter > > ==John ffitch > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2006-09-21 02:24 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] More manual (fof2) |
Hi, Thanks for the reports, >The manual says > print - Displays the values init, control, or audio signals. > but print only handles i-rate Done, removed references to other types. > In the manual page for grain3 it gives a graph labelled "grain2 random > distribution" which is a touch confusing when one is reading about grain3 Done, committed new graph with changed title, I'm assung the random distribution is the same for both opcodes. jpff wrote: > In fof2 I read > xform -- the formant frequency, i.e. freq of the sinusoid burst > induced by each xfund impulse. This frequency can be fixed for each > burst or can vary continuously (see ifmode). > > I can find no reference to ifmode on that page. > > Also it says > kgliss -- sets the end pitch of each grain relative to the initial > pitch, in octaves. Thus kgliss = 2 means that the grain ends two > octaves above its initial pitch, while kgliss = -5/3 has the grain > ending a perfect major sixth below. Note: There are no optional > parameters in fof2 > > But iskip is an optional parameter > Looking at the sources, it seems the FOFS struct is written to accomodate both fof and fof2 (see H/ugens7.h and opcodes/ugens7.c) and the ifmode parameter is used for glissando on fof2 (so fof2 doesn't have an ifmode parameter, so references should be removed. However the code on a very quick glance looks very strange in line 135, can someone have a look? I'll keep the manual as it is while someone can confirm. Cheers, Andrés ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |