changeset 1:a017ab37d8ea

* Remove obsolete files
author cannam
date Thu, 06 Apr 2006 12:02:03 +0000
parents d7116e3183f8
children c539af5259da
files qm-dsp.pro
diffstat 1 files changed, 3 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/qm-dsp.pro	Wed Apr 05 17:35:59 2006 +0000
+++ b/qm-dsp.pro	Thu Apr 06 12:02:03 2006 +0000
@@ -2,6 +2,7 @@
 CONFIG += release warn_on staticlib
 OBJECTS_DIR = tmp_obj
 MOC_DIR = tmp_moc
+
 DEPENDPATH += base \
               dsp/chromagram \
               dsp/maths \
@@ -35,7 +36,6 @@
            dsp/maths/MathAliases.h \
            dsp/maths/MathUtilities.h \
            dsp/maths/Polyfit.h \
-           dsp/maths/SimpleMatrix.h \
            dsp/onsets/DetectionFunction.h \
            dsp/onsets/PeakPicking.h \
            dsp/phasevocoder/PhaseVocoder.h \
@@ -44,14 +44,11 @@
            dsp/signalconditioning/Filter.h \
            dsp/signalconditioning/FiltFilt.h \
            dsp/signalconditioning/Framer.h \
-           dsp/signalconditioning/Windowing.h \
            dsp/tempotracking/TempoTrack.h \
            dsp/tonal/ChangeDetectionFunction.h \
-           dsp/tonal/ChromaMatrix.h \
            dsp/tonal/TCSgram.h \
            dsp/tonal/TonalEstimator.h \
-           dsp/transforms/FFT.h \
-           dsp/transforms/Fourier.h
+           dsp/transforms/FFT.h
 SOURCES += base/Pitch.cpp \
            dsp/chromagram/Chromagram.cpp \
            dsp/chromagram/ChromaProcess.cpp \
@@ -66,11 +63,8 @@
            dsp/signalconditioning/Filter.cpp \
            dsp/signalconditioning/FiltFilt.cpp \
            dsp/signalconditioning/Framer.cpp \
-           dsp/signalconditioning/Windowing.cpp \
            dsp/tempotracking/TempoTrack.cpp \
            dsp/tonal/ChangeDetectionFunction.cpp \
-           dsp/tonal/ChromaMatrix.cpp \
            dsp/tonal/TCSgram.cpp \
            dsp/tonal/TonalEstimator.cpp \
-           dsp/transforms/FFT.cpp \
-           dsp/transforms/Fourier.cpp
+           dsp/transforms/FFT.cpp