c@225: TEMPLATE = lib c@245: CONFIG += warn_on staticlib release c@230: CONFIG -= qt c@225: OBJECTS_DIR = tmp_obj c@225: MOC_DIR = tmp_moc c@226: c@232: #DEPENDPATH += base \ c@232: # dsp/chromagram \ c@232: # dsp/keydetection \ c@232: # dsp/maths \ c@232: # dsp/onsets \ c@232: # dsp/phasevocoder \ c@232: # dsp/rateconversion \ c@232: # dsp/signalconditioning \ c@232: # dsp/tempotracking \ c@232: # dsp/tonal \ c@232: # dsp/transforms c@242: INCLUDEPATH += . include c@225: c@225: # Input c@225: HEADERS += base/Pitch.h \ c@225: base/Window.h \ c@225: dsp/chromagram/Chromagram.h \ c@225: dsp/chromagram/ChromaProcess.h \ c@225: dsp/chromagram/ConstantQ.h \ c@232: dsp/keydetection/GetKeyMode.h \ c@251: dsp/mfcc/MFCC.h \ c@225: dsp/onsets/DetectionFunction.h \ c@225: dsp/onsets/PeakPicking.h \ c@225: dsp/phasevocoder/PhaseVocoder.h \ c@225: dsp/rateconversion/Decimator.h \ c@245: dsp/segmentation/cluster_melt.h \ c@245: dsp/segmentation/ClusterMeltSegmenter.h \ c@245: dsp/segmentation/cluster_segmenter.h \ c@245: dsp/segmentation/SavedFeatureSegmenter.h \ c@245: dsp/segmentation/Segmenter.h \ c@245: dsp/segmentation/segment.h \ c@225: dsp/signalconditioning/DFProcess.h \ c@225: dsp/signalconditioning/Filter.h \ c@225: dsp/signalconditioning/FiltFilt.h \ c@225: dsp/signalconditioning/Framer.h \ c@225: dsp/tempotracking/TempoTrack.h \ c@225: dsp/tonal/ChangeDetectionFunction.h \ c@225: dsp/tonal/TCSgram.h \ c@225: dsp/tonal/TonalEstimator.h \ c@241: dsp/transforms/FFT.h \ c@244: hmm/hmm.h \ c@241: maths/Correlation.h \ c@241: maths/Histogram.h \ c@241: maths/MathAliases.h \ c@241: maths/MathUtilities.h \ c@242: maths/Polyfit.h \ c@244: maths/pca/pca.h c@225: SOURCES += base/Pitch.cpp \ c@225: dsp/chromagram/Chromagram.cpp \ c@225: dsp/chromagram/ChromaProcess.cpp \ c@225: dsp/chromagram/ConstantQ.cpp \ c@232: dsp/keydetection/GetKeyMode.cpp \ c@251: dsp/mfcc/MFCC.cpp \ c@225: dsp/onsets/DetectionFunction.cpp \ c@225: dsp/onsets/PeakPicking.cpp \ c@225: dsp/phasevocoder/PhaseVocoder.cpp \ c@225: dsp/rateconversion/Decimator.cpp \ c@245: dsp/segmentation/cluster_melt.c \ c@245: dsp/segmentation/ClusterMeltSegmenter.cpp \ c@245: dsp/segmentation/cluster_segmenter.c \ c@245: dsp/segmentation/SavedFeatureSegmenter.cpp \ c@245: dsp/segmentation/Segmenter.cpp \ c@225: dsp/signalconditioning/DFProcess.cpp \ c@225: dsp/signalconditioning/Filter.cpp \ c@225: dsp/signalconditioning/FiltFilt.cpp \ c@225: dsp/signalconditioning/Framer.cpp \ c@225: dsp/tempotracking/TempoTrack.cpp \ c@225: dsp/tonal/ChangeDetectionFunction.cpp \ c@225: dsp/tonal/TCSgram.cpp \ c@225: dsp/tonal/TonalEstimator.cpp \ c@241: dsp/transforms/FFT.cpp \ c@244: hmm/hmm.c \ c@241: maths/Correlation.cpp \ c@242: maths/MathUtilities.cpp \ c@244: maths/pca/pca.c