|
|
|
|
|
by ReactiveJelly
904 days ago
|
|
For a couple years I've wanted to write a subtractive synth from scratch in software. But I _cannot_ find any source that explains how to write a low-pass filter, in code, without assuming tons of knowledge about calculus and these odd things like Z-transforms? Like, I understand FFTs and DCTs. But the explanation for how to construct filters in software is pathetic. I looked at the code for VCVRack but could not understand it. It's already optimized for SIMD, processing 4 signals at once, which didn't help readability. (I'm sure it's very fast though) |
|
https://webaudio.github.io/Audio-EQ-Cookbook/audio-eq-cookbo...
An analog modeling approach, but cross-reference the coefficient calculations!
https://cytomic.com/technical-papers/