MoogLadders icon indicating copy to clipboard operation
MoogLadders copied to clipboard

:sound: Collected C++ implementations of the classic 4-pole moog ladder filter

Results 3 MoogLadders issues
Sort by recently updated
recently updated
newest added

Hi! I'm considering including one or more of these models in an upcoming release of Surge (https://surge-syntheszier.github.io/). Surge is GPL3 so form a license perspective we are fine. But just...

What's the correct input range for `SetCutoff`? It seems to be different across the various sub-classes of `LadderFilterBase`. For example, I tried passing values between 0..20000 to `ImprovedMoog::SetCutoff`, and it...

Nice project. I spotted this while I was studying the code: [The constructor calls SetCutoff](https://github.com/ddiakopoulos/MoogLadders/blob/master/src/MusicDSPModel.h#L23) [SetCutoff calls SetResonance](https://github.com/ddiakopoulos/MoogLadders/blob/master/src/MusicDSPModel.h#L70) 2 problems AFAICT with that: * `resonance` is uninitialized on the first...