Mercurial > hg > qm-dsp
diff qm-dsp.pro @ 232:2b74f9646331
* Add key mode detector
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 11 Dec 2006 09:48:33 +0000 |
parents | bca1953e4cbb |
children | 2e3f5d2d62c1 |
line wrap: on
line diff
--- a/qm-dsp.pro Fri Dec 08 18:05:36 2006 +0000 +++ b/qm-dsp.pro Mon Dec 11 09:48:33 2006 +0000 @@ -4,27 +4,18 @@ OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc -DEPENDPATH += base \ - dsp/chromagram \ - dsp/maths \ - dsp/onsets \ - dsp/phasevocoder \ - dsp/rateconversion \ - dsp/signalconditioning \ - dsp/tempotracking \ - dsp/tonal \ - dsp/transforms -INCLUDEPATH += . \ - base \ - dsp/maths \ - dsp/chromagram \ - dsp/transforms \ - dsp/onsets \ - dsp/phasevocoder \ - dsp/signalconditioning \ - dsp/rateconversion \ - dsp/tempotracking \ - dsp/tonal +#DEPENDPATH += base \ +# dsp/chromagram \ +# dsp/keydetection \ +# dsp/maths \ +# dsp/onsets \ +# dsp/phasevocoder \ +# dsp/rateconversion \ +# dsp/signalconditioning \ +# dsp/tempotracking \ +# dsp/tonal \ +# dsp/transforms +INCLUDEPATH += . # Input HEADERS += base/Pitch.h \ @@ -32,6 +23,7 @@ dsp/chromagram/Chromagram.h \ dsp/chromagram/ChromaProcess.h \ dsp/chromagram/ConstantQ.h \ + dsp/keydetection/GetKeyMode.h \ dsp/maths/Correlation.h \ dsp/maths/Histogram.h \ dsp/maths/MathAliases.h \ @@ -54,6 +46,7 @@ dsp/chromagram/Chromagram.cpp \ dsp/chromagram/ChromaProcess.cpp \ dsp/chromagram/ConstantQ.cpp \ + dsp/keydetection/GetKeyMode.cpp \ dsp/maths/Correlation.cpp \ dsp/maths/MathUtilities.cpp \ dsp/onsets/DetectionFunction.cpp \