These EQ dials are Banned!
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
You might want to use the setparams or whichfilt messages. They're explained in the reference.
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:
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.
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:
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.