These EQ dials are Banned!

josha's icon

Hi,

Want to control 2 bands on this EQ with dials, but this is proving problematic..

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

JOsh

jvkr's icon

You might want to use the setparams or whichfilt messages. They're explained in the reference.

josha's icon

Hi,

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

thanks. looks like whichfilt is the best option. But i'm still shakey on how to implement it- as it doesnt work yet on my patch:

bkshepard's icon

You need to have the $1 variable placeholder after whichfit in the message box: (whichfit $1). The first dial (frequency) is out of range, so it doesn't do anything currently.

josha's icon

Hi,

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

Ok so have added the $1 after the whichfilt messages. I'm confused on which inlet this should be attached. Ive attached my attempt:

jvkr's icon
Max Patch
Copy patch and select New From Clipboard in Max.

A numberbox or in this case a tab provides the value that takes the place of $1.