We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSound,  Music Libraries › ESS updating a filter (without adding another)
Page Index Toggle Pages: 1
ESS updating a filter (without adding another) (Read 283 times)
ESS updating a filter (without adding another)
Nov 4th, 2008, 3:29am
 
Anyone ever had success removing or updating a filter in ESS?

I've run into this problem: I'd like to change the settings of a lowpass filter, but it just adds another lowpass filter on top of the other. The result of trying to update the whole lot in the draw loop has spectacular (distorted and I suspect digital feedback related) results!

A successful removal of a filter (or all of them) would allow me to boolean check to see if a value exists (and if so) I can just safely apply a new filter. Not elegant, but it would work.

An updater (setter) would be even better.

I am confused by the documentation. No JAVA docs?

Thank you ahead of time. Your contribution will be duly noted in the // field of my sketch.
Page Index Toggle Pages: 1