issues
search
AuburnSounds
/
Dplug
Make VST2 / VST3 / AU / AAX / CLAP / LV2 / FLP plug-ins for Linux/macOS/Windows, using D.
https://dplug.org/
Other
488
stars
32
forks
source link
Newer IIR module
#570
Closed
p0nce
closed
3 years ago
p0nce
commented
3 years ago
separate realization from pole-zero placement
realization = SVF or biquads
not sure how to allow modulation
multiple channels
serial section possibly parallelized with the trick of delaying them to run them in parallel:
https://github.com/EleonoreMizo/pedalevite/blob/master/src/mfx/dsp/iir/SvfCore4Simd.h
p0nce
commented
3 years ago
Would depend upon #576
p0nce
commented
3 years ago
Is a dupe of #431