Befaco modules development blog

And, quoting from the sheet:

“The SSI2144 reprises the SSM2044 of legacy chipmaker Solid State Micro Technology, which many believe to be the best-sounding analog synthesis filter IC ever produced”

SSM2044 is also used in a bunch of classic synths like Prophet 5 and also Polysix, PPG Wave and others.

SSI2144 is also used in Prophet 5/10 reissue by Sequential.

No, the 2044 was not used in the prophet. That thing used all Curtis chips, no SSM.

Prophet 5 rev. 2 use SSM2040 filter IC’s (excerpt from Prophet 5 Synthesizer Technical Manual TM1000C jan. 1980 p. 2-30):

1 Like

Thanks all for the useful input. Taking a step back, in general my philosophy (and one shared by team at Befaco) is that the VCV versions should be faithful representations that reflect the hardware, but not necessarily perfect emulations. They should get the key ideas and character (e.g. with wavefolders, I’m careful to capture the response accurately) but may only approximate other parts. Someone buying the module shouldn’t get any big surprises, but could probably tell them apart (sometimes!).

By example, the recent Wasp filter, which was a very carefully circuit modelled project, represents a higher level of detail/emulation than I (or Befaco) are prepared to invest. For PonyVCF the key parts to capture are

  • 4 pole low pass, transistor ladder
  • Self oscillating
  • Three channel mixer with VCA (and appropriate CV)
  • Some sort of feedback for channel 3
  • Some gain compensation

I really am looking to take a pre-existing ladder model, tune it, add appropriate CV control. Thanks to all for resources about where to start! I suspect it’s a case of trying a few and seeing which match most closely (though if anyone has intuition about specific models that might be close please say).

The reason I’m asking is also partly, it’s one thing to adhere to the license but it’s also nice if the original authors are supportive, given the usage here is effectively minor tweaks and reskinning.

6 Likes

We write surge code so people can use it as long as they read the licenses. We even break into submodule some parts have less restrictive licenses ! (By which I mean - even though it looks like it might not help in this instance, thrilled for you to use any of our code in whatever license adhering context you want)

2 Likes

Curtis chips were used in synths like Matrix 6R and Prophet 08/Rev2, but not in the OG Prophet 5 or their reissue.

1 Like

Continued from Announcements thread

x4 would certainly be better than x2. My Venom Benjolin Oscillator relies on oversampling, and I am not satisfied until x8 is used.

I am getting ready to begin development of a new Venom oscillator, and plan to rely on oversampling as well so it can anti-alias all manner of manipulation, including FM, PM, sync, etc. With everything I have planned, I can only hope to keep the CPU usage reasonable.

Perhaps you could add a context menu option to Octaves for oversampling amount.

It looks like you are using simd to handle polyphony. But I imagine mono is much more common than poly, and all six Octaves oscillators are active at all times. You might consider using simd across the oscillators instead of polyphony channels so that you always get simd benefit. Or perhaps apply one set of simd to the first four oscillators, and use two sets of simd applied to polyphony for the last two oscillators. I’m sure that will complicate the code, but it might be worth it.

1 Like

This is already implemented, and x8 is possible.

Mm I understand the idea/logic, but I’m keen to retain polyphony by default. Maybe a if else branch for monophonic that uses your simd idea?

1 Like

Doh! How did I miss that?!. I am very glad it is there!

Ooh, that sounds good!

1 Like

I also did not notice the oversample control. Of course when I read about this module I immediately pulled it down to see how bad the aliasing was. I saw that it’s terrible, but being an improved person I didn’t make a post about how bad it is.

But I see now that it’s controllable. I agree with @DaveVenom that 2X is not a great default choice. Personally, my hearing isn’t as good - 4X is my default of choice.

btw, I don’t find the CPU usage that terrible for mono use. I don’t know if I personally would worry about it that much. It’s not great, but it’s not terrible.

2 Likes

I tried emulating the sound with a polyphonic VCO with 6 channels, each one 1 octave higher than the predecessor, and it definitely was not as harsh. I am guessing it is the phase relationship between the Octaves oscillators that give the distinctive harshness. I notice they are all offset from one another in a mathematical way.

Big soldering job for me and big modelling job for you @hemmer !

12 Likes

Looking forward to this in VCV!

1 Like

:crossed_fingers:t4::crossed_fingers:t4::crossed_fingers:t4::crossed_fingers:t4::crossed_fingers:t4:

Nice! I bet this is insanely fun to play around with.

I’ve been in touch, we’ll see!

5 Likes