feat: remove filter from distortion (filter will be it's own plugin)

This commit is contained in:
Liam Kerr 2026-08-05 18:54:51 +01:00
parent 970cb6049d
commit 821f3d7d65
2 changed files with 4 additions and 40 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/make -f
NAME = SquidgeDistortion
FILES_DSP = SquidgeDistortion.cpp ../../core/Gain.cpp ../../core/Clipper.cpp ../../core/Mixer.cpp ../../core/Filter.cpp
FILES_DSP = SquidgeDistortion.cpp ../../core/Gain.cpp ../../core/Clipper.cpp ../../core/Mixer.cpp
TARGETS = vst3 clap