Mercurial > hg > easaier-soundaccess
diff sv/sv.pro @ 79:afcf540ae3a2
add the real time filter stack to manage real time filters and their attributes
author | lbajardsilogic |
---|---|
date | Tue, 19 Jun 2007 15:15:12 +0000 |
parents | 74260b8609dd |
children | be6d31baecb9 |
line wrap: on
line diff
--- a/sv/sv.pro Wed Jun 13 15:49:23 2007 +0000 +++ b/sv/sv.pro Tue Jun 19 15:15:12 2007 +0000 @@ -10,7 +10,7 @@ TARGET = sound-access DEPENDPATH += . .. audioio document i18n main osc transform -INCLUDEPATH += . .. audioio document transform osc main +INCLUDEPATH += . .. audioio document transform osc main filter LIBPATH = ../view ../layer ../data ../widgets ../plugin ../base ../system $$LIBPATH contains(DEFINES, BUILD_STATIC):LIBS -= -ljack @@ -50,7 +50,13 @@ transform/PluginTransform.h \ transform/RealTimePluginTransform.h \ transform/Transform.h \ - transform/TransformFactory.h + transform/TransformFactory.h \ + filter/DSP.h \ + filter/FFTReal.h \ + filter/Filter.h \ + filter/FilterStack.h \ + filter/RealTimeFilterFactory.h \ + filter/TimeStretchFilter.h SOURCES += audioio/AudioCallbackPlaySource.cpp \ audioio/AudioCallbackPlayTarget.cpp \ audioio/AudioCoreAudioTarget.cpp \ @@ -73,7 +79,13 @@ transform/PluginTransform.cpp \ transform/RealTimePluginTransform.cpp \ transform/Transform.cpp \ - transform/TransformFactory.cpp + transform/TransformFactory.cpp \ + filter/DSP.cpp \ + filter/FFTReal.cpp \ + filter/Filter.cpp \ + filter/FilterStack.cpp \ + filter/RealTimeFilterFactory.cpp \ + filter/TimeStretchFilter.cpp RESOURCES += sound-access.qrc