feat: remove filter from distortion (filter will be it's own plugin)
This commit is contained in:
parent
970cb6049d
commit
821f3d7d65
2 changed files with 4 additions and 40 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue