Set center frequency of [filtergraph~] without causing output

$adam's icon

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

Max Patch
Copy patch and select New From Clipboard in Max.

ch's icon

Hi,

you can use the message edit_freq :

Max Patch
Copy patch and select New From Clipboard in Max.

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

$adam's icon

Ahhh, the reference! I completely forgot it, I just checked the help. RTFM...

Thank you very much,
Adam