I’m currently working on a synth with 8 voices. The model is the Roland JP-8000. This synth has 8 voices (stereo). Not that it even comes close to the sound of the original. But that’s not what I’m talking about. These are my first steps in DSP programming, and I chose the JP-8000. It’s straightforward and delivers really good sound.
So: no problem at all. But: I don’t particularly like the [vcf~]. However, I do like the [bob~]. With 8 voices in stereo, that means 16 x [bob~]. Not feasible on the Organelle M. So I built a quite simple Moog-style 4-pole ladder filter that is integrated in the voice. It works quite well. Its sound isn’t comparable to [bob~], but it’s reasonably usable. This now should still run quite well on a Raspi 3.
Now I want to operate the cutoff frequency and resonance at audio rate as well. The extension is set up so that the first inlet receives messages that control the voice. Which works.
Now I’d like two more audio rate inlets with which I can control the cutoff and resonance. I just can’t seem to get it right. There’s something I’m missing, and I still don’t seem to understand it.