[Cs-dev] newfils.c
Date | 2005-03-29 11:33 |
From | Victor Lazzarini |
Subject | [Cs-dev] newfils.c |
can anyone with access to CVS fix this in csound 5? opcodes/newfils.c: in statevar_process() lim = (2.-f)/(ostimes/2.5); Anthony: when you have time, please check that the source in plugin pack A has the same code. I think the fix I sent you wasn't completely right. Thanks a lot. Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-03-29 11:46 |
From | Istvan Varga |
Subject | Re: [Cs-dev] newfils.c |
Victor Lazzarini wrote: > can anyone with access to CVS fix this in csound 5? > > opcodes/newfils.c: > > in statevar_process() > > lim = (2.-f)/(ostimes/2.5); Done. I assume the line to be replaced was lim = ((2.0-f)/2.0)*0.33;. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-03-29 11:58 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] newfils.c |
Yep. Thanks a lot. Victor At 11:46 29/03/2005, you wrote: >Victor Lazzarini wrote: > >>can anyone with access to CVS fix this in csound 5? >>opcodes/newfils.c: >>in statevar_process() >>lim = (2.-f)/(ostimes/2.5); > >Done. I assume the line to be replaced was lim = ((2.0-f)/2.0)*0.33;. > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >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 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |