Set center frequency of [filtergraph~] without causing output
Dear Forum,
I'd like to set the center frequency of a [filtergraph~] without echoing this value to the object's output. I tried to do this by prepending the 'set' message to the frequency value I wanted to set without any success (see attached patcher -- I want to set the frequency with the 'frequency in' [flonum] without getting this value at 'frequency out').
Does anybody have an idea on how to achieve this?
Thank you,
Adam
Hi,
you can use the message edit_freq :
In case you don't know the trick, you can drag every object's attribute from the inspector to a patch. that will give you the corresponding message. edit_freq is also described in the [filtergraph~] reference.
Ch
Ahhh, the reference! I completely forgot it, I just checked the help. RTFM...
Thank you very much,
Adam