I am trying to create a simple 3-band EQ. My current approach uses a BiquadFilter and sets low shelf / high shelf to control lows and highs. There I can simply pass a gain. But for the mids I am not too sure. Should I use a bandpass filter there?
void set_filter_lowpass(float v) {
constexpr...