scale like Live scale for signals?
Hi,
Has anyome made a scale like Live scale for signals?
Is it possible?
One off topic question: is lores~ kind of modelled on early 80s Roland filters? Sounds a bit sh-101 to me
You can patch an abstraction at the Max level pretty easily with a [table] object and a couple of arithmetic objects.
lores~ is modeled on a simple filter algorithm.
Thanks,
Should I use the table and module? What is easiest?
lores~:
Does that mean that applying this equation: yn = scale * xn - c1 * yn-1 + c2 * yn-2 on input samples at audiorate will sound exactly like lores~ , even if I do it in another programming language and on another planet?