It sounds pretty good. Using a high-pass filter inside the feedback is a neat trick, although I don't quite understand how that works. Is there any reading material you can suggest on the topic?Chandlerhimself wrote: Mon Mar 27, 2023 1:51 pm I just started working on something. I wanted to make something like an old ladder filter. You can load this up in MSF and try it out.
To avoid some of the harmonics above the cutoff, you could add a volume module to reduce the output depending on the Q value. That way, the saturation doesn't get hit as hard and doesn't produce as many harmonics.
Code: Select all
2lpfast[hp6(200);sat] l(-18*q); sat(1;1);
