# HG changeset patch # User Chris Cannam # Date 1144324923 0 # Node ID 55576b901c064ab24ea88fb772fc1fdf84d999e8 # Parent 49844bc8a89583c99cae1d50b980320c96201cbe * Remove obsolete files diff -r 49844bc8a895 -r 55576b901c06 qm-dsp.pro --- 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