Very clever! Thanks for this patch. It will definitely come in handy for me.
Ben
On Thursday 03 August 2006 10:31, padawan12 wrote:
Doh! Here's the evil biquad hack hooked to a sample player a.
padawan12 wrote:
There's [vline~] which will interpolate. But it is updated at krate and like [line~] you specify a time not a rate. What's missing afaics is a linear integrator.
this hideous hack works...
Err, not entirely - the s~/r~ pair will introduce a delay of BLOCKSIZE, which is usually not 1 sample.
[sig~ 1] vslider -1 to +1
[*~ ]
| [r~ inc] \ / \ / [+~ ] [s~ inc]
but one should be able to say
[sig~ 0.001]
[integrate~]
or am I missing something dead obvious?
[biquad~] would work, with the correct parameters, which I leave as an exercise to the reader ;)
Claude