This is a somewhat modified version of Yves Usson’s Fixed Filter Bank module in Kosmo format.
Usson’s FFB’s functionality and front panel design are based heavily on the Moog 914. Both have a low pass filter and a high pass filter, and in between, twelve band pass filters. The input goes in parallel through all fourteen filters and the resulting outputs are mixed to form the module output, with a knob for each filter to attenuate its contribution to the mix. (This sounds rather like a graphic equalizer but, as Usson writes, “it has marked differences. Mainly, the filter [resonance] is higher and the [bandpass] slopes are steeper than in a graphic [equalizer]. Furthermore when a control is set to zero, the corresponding spectral band is completely muted.”)
Internally, though, the Moog and YuSynth FFBs are quite different. The Moog 914 used passive filters made of resistors, capacitors, and inductors — the latter being generally large, hard to find, and expensive parts. Usson instead used active filters, based around op amps, which are much smaller, more readily available, and cheaper.
My version’s changes are:
- Tuning.
- Addition of auxiliary PCB for board mounted slide pots and jacks (instead of Usson’s panel mounted, wired rotary pots and jacks).
- Relocation of headers on main PCB to accommodate mating with sockets on panel components PCB. Ribbon cable is replaced by mated header/socket.
- Use of dual bypass caps (one from each rail to ground instead of one between the two rails).
- Omission of MOTM and MTA power headers.
At 20 cm in both panel dimensions, this is the second largest synth module I’ve built, after the 20 x 40 cm sequencer, and no doubt the highest part count. Gratifyingly, 20 cm is just wide enough for 14 slide pots with only small gaps in between. Moog and Usson (and Behringer and Doepfer and… well, everyone else, looks like) used rotary pots but I felt like going with sliders. Either way, I didn’t feel like wiring up 52 pot and jack terminals, so I did a panel components board.
Errata
WARNING! On the first run PCBs (marked Aug 2021, no version number) the power connections to the ICs were reversed. To get around this, install all ICs “backwards”, opposite the direction indicated on the silkscreen. The error has been corrected in the design files — by rerouting the power, not by turning the ICs — and power connections are correct on boards marked v1.0 (Oct 2021) or later. If in doubt use your multimeter before installing ICs to verify +12 V is on pin 4, -12 V is on pin 11. A good idea any time you build a module anyway, especially one with eight ICs!
Tuning
Usson’s filters are tuned to the same frequencies as in the Moog 914 module, except that for some reason he used 750 Hz instead of 700 Hz. The Moog filter frequencies are about six semitones (half an octave) apart. But note the following observation from the catalog description of the Serge Resonant Equalizer:
Except for the top and bottom frequency bands, all other bands are spaced at an interval of a major seventh. This non-standard spacing avoids the very common effect of an accentuated resonance in one key, as will be the effect from graphic equalizers with octave or third-octave spacing between bands. Spacing by octaves will reinforce a regular overtone structure for one musical key, thereby producing regularly spaced formants accenting a particular tonality. The Resonant Equalizer’s band spacing are much more interesting, producing formant peaks and valleys that are similar to those in acoustic instument sounds.
Following something like this idea, I have retuned Usson’s module. Specifically, the first band pass is kept at 125 Hz and the other filters are tuned at six and a half semitones apart.
In the tuning Usson used, all the required capacitances are non standard values, so he used pairs of standard value capacitors adding to the required value. Note that in this new tuning several of the required capacitances come out to available standard values. For those, only a single capacitor instead of two is used (saving 20 capacitors! Though this is partly offset by my use of dual bypass caps.) The unneeded capacitors are shown (marked DNF, “do not fit”) in the schematic and have footprints on the PCB, in case I or anyone else ever wants to use this board for a differently-tuned version. For a build with my tuning, these footprints should be left unpopulated.
YuSynth request
Usson writes: ‘All circuits, schematics, printed circuit board, panel design and associated data published on [yusynth.net] can be used for private use only.’ I do not believe this repo violates his wishes and you are urged to respect them as well. CC0 licensing is intended to cover my modifications and original work, not to negate Usson’s rights regarding his designs.