c@225: TEMPLATE = lib c@284: CONFIG += warn_on staticlib release c@230: CONFIG -= qt c@225: OBJECTS_DIR = tmp_obj c@225: MOC_DIR = tmp_moc c@226: c@284: linux-g++*:QMAKE_CXXFLAGS_RELEASE += -DNDEBUG -O3 -fno-exceptions -fPIC -ffast-math -msse -msse2 -ftree-vectorize -fomit-frame-pointer c@277: c@277: linux-g++-64:INCLUDEPATH += ../qm-vamp-plugins/build/linux/amd64 c@254: c@270: macx-g++:QMAKE_CXXFLAGS_RELEASE += -fvisibility=hidden c@270: 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@269: c@269: #INCLUDEPATH += . include c@269: INCLUDEPATH += . 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@256: dsp/rhythm/BeatSpectrum.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@279: dsp/tempotracking/DownBeat.h \ c@225: dsp/tempotracking/TempoTrack.h \ c@277: dsp/tempotracking/TempoTrackV2.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@285: dsp/wavelet/Wavelet.h \ c@244: hmm/hmm.h \ c@241: maths/Correlation.h \ c@256: maths/CosineDistance.h \ c@241: maths/Histogram.h \ c@256: maths/KLDivergence.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@256: dsp/rhythm/BeatSpectrum.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@279: dsp/tempotracking/DownBeat.cpp \ c@225: dsp/tempotracking/TempoTrack.cpp \ c@277: dsp/tempotracking/TempoTrackV2.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@285: dsp/wavelet/Wavelet.cpp \ c@244: hmm/hmm.c \ c@241: maths/Correlation.cpp \ c@256: maths/CosineDistance.cpp \ c@256: maths/KLDivergence.cpp \ c@242: maths/MathUtilities.cpp \ c@244: maths/pca/pca.c