Re: [Cs-dev] Two new opcodes now in CVS
| Date | 2006-07-25 17:22 |
| From | Victor Lazzarini |
| Subject | Re: [Cs-dev] Two new opcodes now in CVS |
Not too late, what would you like the iskip to do,
exactly? I can work on it tomorrow.
Victor
>
> If it's not too late, and if it's possible, can an [iskip]
> argument be added to support legato use?
>
>
>
> Richard Dobson
>
>
>
>
> Victor Lazzarini wrote:
> > I have added a couple of new opcodes to
> > csound CVS, which might of use to some of
> > you. The two are basically loopers: syncloop, a
> > variable-loop-point version of syncgrain; and
> > flooper2, a variable-loop-point crossfade looper
> > with 3 looping modes.
> >
> > SYNCLOOP:
> >
> > A variation on syncgrain allowing for loop points to be
> > set, as well as sound start position
> >
> > asig syncloop kamp, kfreq, kpitch, kgrsize,
> > kprate,kloopstart, kloopend, ifun1, ifun2, iolaps [,
> > istart]
> .
> > =========
> > FLOOPER2
> >
> > asig flooper2 kamp, kpitch, kloopstart, kloopend,
> > kcrossfade, ifn [, istart, imode, ifenv]
> >
> > Function-table crossfading looper with variable loop
> > parameters and
> > different looping modes.
> >
> .
>
>
>
> ----------------------------------------------------------
> --------------- 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
> https://lists.sourceforge.net/lists/listinfo/csound-devel
--------------------------------------
This Email Was brought to you by
WebMail
A Netwin Web Based EMail Client
http://netwinsite.com/webmail/tag.htm
-------------------------------------------------------------------------
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 |
| Date | 2006-07-25 17:35 |
| From | Richard Dobson |
| Subject | Re: [Cs-dev] Two new opcodes now in CVS |
Skip opcode initialization, so that new notes "take over the data space of the previous note". Look at the "original" opcodes (oscil etc); they all have it, always the final optional argument, typically either named iskip or iphs; in the latter case the special value -1 is the signal to skip init. Quite a few more recent opcodes have it too, but by no means all of them. The legato system is a very powerful one (see my chapter in the Csound book!), and well worth supporting wherever possible. Richard Dobson Victor Lazzarini wrote: > Not too late, what would you like the iskip to do, > exactly? I can work on it tomorrow. > > Victor > >> If it's not too late, and if it's possible, can an [iskip] >> argument be added to support legato use? >> > ------------------------------------------------------------------------- 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 |
| Date | 2006-08-08 11:52 |
| From | Victor Lazzarini |
| Subject | Re: [Cs-dev] Two new opcodes now in CVS |
The opcodes have now a skip parameter: 0 (default) no skip, 1 skip initialisation. I'll modify the manual as soon as I can. I have actually done these changes weeks ago, when asked, but forgot to announce. Victor At 17:35 25/07/2006, you wrote: >Skip opcode initialization, so that new notes "take over the data space >of the previous note". Look at the "original" opcodes (oscil etc); they >all have it, always the final optional argument, typically either named >iskip or iphs; in the latter case the special value -1 is the signal to >skip init. Quite a few more recent opcodes have it too, but by no means >all of them. The legato system is a very powerful one (see my chapter in >the Csound book!), and well worth supporting wherever possible. > >Richard Dobson > > > >Victor Lazzarini wrote: > > Not too late, what would you like the iskip to do, > > exactly? I can work on it tomorrow. > > > > Victor > > > >> If it's not too late, and if it's possible, can an [iskip] > >> argument be added to support legato use? > >> > > > > > >------------------------------------------------------------------------- >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 >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------- 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 |