diff qm-dsp.pro @ 245:cdfd0948a852

* First cut at properly integrating the segmenter and making it work right
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 09 Jan 2008 16:50:04 +0000
parents f599563a4663
children d096a79fa772
line wrap: on
line diff
--- a/qm-dsp.pro	Wed Jan 09 10:48:08 2008 +0000
+++ b/qm-dsp.pro	Wed Jan 09 16:50:04 2008 +0000
@@ -1,5 +1,5 @@
 TEMPLATE = lib
-CONFIG += release warn_on staticlib
+CONFIG += warn_on staticlib release
 CONFIG -= qt
 OBJECTS_DIR = tmp_obj
 MOC_DIR = tmp_moc
@@ -28,6 +28,12 @@
            dsp/onsets/PeakPicking.h \
            dsp/phasevocoder/PhaseVocoder.h \
            dsp/rateconversion/Decimator.h \
+           dsp/segmentation/cluster_melt.h \
+           dsp/segmentation/ClusterMeltSegmenter.h \
+           dsp/segmentation/cluster_segmenter.h \
+           dsp/segmentation/SavedFeatureSegmenter.h \
+           dsp/segmentation/Segmenter.h \
+           dsp/segmentation/segment.h \
            dsp/signalconditioning/DFProcess.h \
            dsp/signalconditioning/Filter.h \
            dsp/signalconditioning/FiltFilt.h \
@@ -53,6 +59,11 @@
            dsp/onsets/PeakPicking.cpp \
            dsp/phasevocoder/PhaseVocoder.cpp \
            dsp/rateconversion/Decimator.cpp \
+           dsp/segmentation/cluster_melt.c \
+           dsp/segmentation/ClusterMeltSegmenter.cpp \
+           dsp/segmentation/cluster_segmenter.c \
+           dsp/segmentation/SavedFeatureSegmenter.cpp \
+           dsp/segmentation/Segmenter.cpp \
            dsp/signalconditioning/DFProcess.cpp \
            dsp/signalconditioning/Filter.cpp \
            dsp/signalconditioning/FiltFilt.cpp \