Hordijk 24dB Filter

Here’s a take on Rob Hordijk’s 24dB Filter – the last in my series of Audulus versions of his modules.

https://vimeo.com/237383113

As usual Hordijk gives his own take on the classic Moog 4-pole ladder filter, creating a multimode filter through the addition of high-pass and band-pass inputs all mixed to a single output (rather than a single input with multiple outputs). This arrangement makes it possible to use the filter as a kind of mixer and spectrally cross-fade between the (independent) input signals.

One can also connect the same signal to all of the inputs and use the input controls to shape the curve of the filter.[1] Ideally if the low- and high-pass inputs are set to the same amount (exactly half, for example) they should complement each other and the cutoff frequency (and feedback resonance) should have no effect on the sound.[2] Unfortunately, despite some head-scratching and various attempts, I haven’t managed to get this aspect to work, and one can hear a peak when sweeping though the frequency range. The high-pass with the cutoff frequency all the way to the left does however match the low-pass with the cutoff frequency all the way to the right, and spectrally crossfading between two different signals works well. With the same signal applied to all inputs the cutoff frequency (and potentially resonance) is clearly apparent on the band-pass input and can be used as a kind of equalizer.

Hordijk provides a good explanation of the principles on which the ladder filter is based in his NOVARS tutorial, and with that clear starting point I took the opportunity to dive into the The Art of VA Filter Design by Vadim Zavalishin – the ‘Bible’ of digital filter design as @stscheon puts it – as well as @stscheon’s Introduction to Digital Filters. I found the Introduction useful as an accessible complement to Zavalishin’s in-depth explanations with some good examples of Zavalishin’s diagrams patched in Audulus.

On the basis of @stscheon’s explanations I replaced the LPFs in the 24dB ladder filter with LPFs based on the Audulus LowPass node – and they indeed turn out to be more efficient. Comparing the node-based 1-pole low-pass filter with the patched version from the Audulus Module Library shows that they are almost identical: the node version does however have a slightly stronger attenuation – c. 2–3dB above 10 kHz, or thereabouts. This difference meant that in the 24dB filter the high-pass with the cutoff all the way to the left was slightly brighter than the low-pass with the frequency all the way to the right, and I ended up reimplementing the patched 1-pole LPFs in order to achieve the same brightness. [See above.] (The description in the Audulus docs of the LowPass node having a 12dB rolloff per octave had me confused at first since it matches the 6dB rolloff of the patched 1-pole filter. The 12dB rolloff does however apply to the Filter node.)

1-pole LPF comparison.audulus (42.5 KB)

Zavalishin interestingly describes (in Chapter 4.4) some of the multimode functionality that Hordijk builds on, warning however that:

The multimode functionality of the ladder filter is a rather exotic feature. If you’re looking for the bread-and-butter bandpass, highpass, notch etc. filters, you should first take a look at the multimode 2-pole state-variable filter discussed later in the book.

Exotic or not, Hordijk’s inclusion of independent inputs that simultaneously combine to a single output provides some unique functionality with the ability to spectrally crossfade between them. Although there is a diagram available on The Hordijk Modular Blog I’ve nevertheless been unsure of the details on how to combine the various filter modes. I’m not sure if I’ve solved this in the best way – but, with the exception of the HP and LP inputs perfectly complementing each other, it seems to cover the functionality that Hordijk demonstrates in the video. Regarding the LP/HP asymmetry, my guess is that the four 1-pole LPFs each need to be converted to a HPF to achieve a ‘true’ HP ladder filter as Zavalishin explains in chapter 4.5 of The Art of VA Filter Design. The problem though is then how to maintain the LP signal simultaneously – unless one has a parallel ladder of filters… (which would seem to defeat the point of the design)?

An additional feature of Hordijk’s module is the addition of some subtle tube-like distortion that can help boost the resonant feedback peaks. He favours an all-harmonic distortion rather than one that only boosts the odd harmonics – as is the case with soft clipping and some tube-distortion models, as well as the tanh saturation that Zavalishin suggests in his diagrams. Hordijk generates his distortion through a process of FM feedback and I experimented with achieving something similar building on the techniques that I’d tried out in the Audulus version of his VCA-Shaper and Harmonic Oscillator. In the end I settled on using the JFET VCA in the Audulus library for the subtle all-harmonic distortion that it can provide (the Audulus Tube VCA provides odd harmonic distortion). (I’ve stuck to the standard (clipping) distortion SVG icon, even though I realise that it’s a little misleading in this case.)

The JFET distortion does however introduce a strong fundamental when applied to the high-pass input even though it is effective in boosting the peaks. The introduction of lower frequencies when resonance is applied to the high-pass is however a general problem with the ladder filter design and I haven’t found a satisfactory countermeasure (such as introducing a HP in the feedback loop, as Zavalishin suggests) given the multimode nature of the module. Nevertheless, despite the rough edges in my version, I find it an effective and fun way of blending and shifting between different signals or different spectral areas of the same signal.


RH-RM 24dB Filter.audulus (95.6 KB)

fullsizeoutput_2cd4


Here’s a basic drone demo with three independent input signals. Change the cutoff frequency to crossfade between them.

RH-RM 24dB Filter Demo.audulus (365.5 KB)

fullsizeoutput_2cd5

And here’s the same demo with the modulation from the LFOs turned up.

RH-RM 24dB Filter Demo Mod.audulus (365.5 KB)

Here’s another demo with a more rhythmic focus using the VCA output of the filter.

RH-RM 24dB Filter Rhythmic Demo.audulus (432.6 KB)

And another along the same lines, exploring a little more of the possibilities of the Triple LFO.

RH-RM 24dB Filter Rhythmic Demo 2.audulus (432.6 KB)


  1. Hordijk has the low-pass input normalized to the high- and band-pass inputs. In my Audulus version those connections have to be made manually. ↩︎

  2. See Hordijk’s demonstration in the NOVARS tutorial at around 8 minutes. ↩︎

6 Likes

Just to clarify. I contributed the J-FET distortion model and because it has a non-symmetric transfer function, it produces primarily odd harmonics rather than all harmonics, the tanh() function on the other hand is symmetric and produces both even and odd harmonics. Vacuum tubes also have a non-symmetric transfer function when driven into clipping and therefore also produce primarily odd harmonics. FYI, the J-FET transfer function I used produces a significant DC component when driven into non-linear regions and so there is a DC blocker node in series with the output to prevent DC offsets downstream from the module. This will cause some low frequency rolloff but I figured it was a good tradeoff.

2 Likes

Yes, I noticed the strong asymmetry in the waveforms with the JFET model.

I take it that Hordijk is referring to even-order harmonic tube distortion, as described here, rather than tube saturation or clipping (which does generate odd harmonics).

Re. the JFET and tanh distortions, my tests with the two types applied to a sine wave clearly show the tanh generating odd harmonics and the JFET generating all harmonics along the lines described in the link above.


tanh() distortion: odd harmonics


JFET distortion: all harmonics

2 Likes

Thanks for setting me straight. I had it backwards (and have had for years). Even an old dog and all that :cowboy_hat_face:. Any non-linear transfer function will produce distortion but the exact harmonic content is determined by the nature of the non-linearity. As you so clearly demonstrated, asymmetric transfer curves produce both even and odd order harmonics and symmetric transfer curves suppress the even harmonics. BTW, I love the spectral analysis graphs, what did you use to produce them? The DAW I use (Reaper) has a spectral histogram function, but it’s not this detailed.
I built another asymmetric distortion saturator primarily intended for feedback loops that you might find useful. Rather than using an expression node to model the asymmetry, I used a spline node. Because you can easily modify the spline, you can change the balance of the harmonics. Asymmetric Distorsion Saturator

2 Likes

Great, I’ll definitely try out the spline distortion – I’d somehow missed that.

The analysis graphs were done with Spectrum in Ableton Live.

1 Like

I’ll have to try that out. I have a “lite” version of Ableton 9, but don’t use it often. I would love to have the full Ableton suite including Max for Live, but Reaper is pretty capable and I can’t bring myself to spend the bucks for Ableton.

1 Like

Spectrum is one of the Audio ‘effects’ in Ableton so it might even be available in the intro version. I’m not sure. I must say that even though I spend most of my time in Audulus these days I still find Ableton to be a wonderful piece of software for the things that it does – a pleasure to use with some nice updates in the latest release.

1 Like

Here’s the spectrum of the asymmetric spline distortion – a little more going on above C7 in the graph which adds quite a lot of presence to its character:

Now to try it out in the filter.

3 Likes

I played around a little with the Asymmetric Distortion Saturator and I think it works very nicely in the 24 dB filter – it has a more ‘robust’ sound and reinforces the peaks well. On the other hand there is also something to be said for the more ‘fragile’ character of the JFET distortion which also has the advantage of introducing fewer lower lower frequencies when turning up the resonance on the high-pass and band-pass signals. Each has a specific colour which could be appropriate in different contexts.

I haven’t tried altering the spline yet, but that could be interesting.

2 Likes

I was trying to eyeball a curve similar to the J-FET transfer function, while keeping a reasonably large linear region. It’s interesting to see the differences. I suspect that some of the higher order partials result from the fact that the spline is not really a smooth curve. The discontinuities at the spline’s nodal points would produce high order harmonics. I’d love to have a Bézier spline node but the current mapper wasn’t flexible enough to produce the curve I was going for.

2 Likes

Great thread, fun catching up on this one :slight_smile:

4 Likes

Here’s my version 2 of Rob Hordijk’s take on a multimode version of the classic Moog 24dB ladder filter.

The main feature of Hordijk’s design is that, with separate LP/BP/HP inputs, the three modes can be used simultaneously (either with different signals, or the same one) all them being fed to a single output.

This enables spectral crossfading/mixing between the different signals/areas of the frequency spectrum. The LP and HP filters are complementary, meaning that when the LP filter is completely open with the cutoff knob completely to the right, the HP will be completely closed. Conversely the HP will be completely open when the cutoff knob is placed completely to the left, leaving the LP completely closed. With both the HP and LP inputs receiving the same input signal at the same level, no change is discernible at the output.

If one or both of the HP and LP inputs are absent or set to different levels and share the same input signal, the BP level becomes apparent and can be used to shape the overall curve.

An exponential VCA output is included alongside the main filter output and JFET (all harmonic) distortion on the output helps accentuate the resonance peaks.

RH-RM 24dB Filter_v2_crossfade-demo.audulus4 (128.9 KB)

RH-RM 24dB Filter_v2_bounce-demo.audulus4 (128.9 KB)

RH-RM 24dB Filter_v2_vowel-demo.audulus4 (128.9 KB)

RH-RM 24dB Filter_v2_res-seq-demo.audulus4 (141.2 KB)

3 Likes