1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Distortion effect added

This commit is contained in:
Steve Daulton
2016-06-15 01:05:59 +01:00
parent fd91c88e6a
commit 27e46d5331
5 changed files with 1505 additions and 0 deletions

View File

@@ -327,6 +327,8 @@ audacity_SOURCES = \
effects/Compressor.h \
effects/Contrast.cpp \
effects/Contrast.h \
effects/Distortion.cpp \
effects/Distortion.h \
effects/DtmfGen.cpp \
effects/DtmfGen.h \
effects/Echo.cpp \