c@225: TEMPLATE = lib c@225: CONFIG += release warn_on staticlib 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@232: 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@225: dsp/onsets/DetectionFunction.h \ c@225: dsp/onsets/PeakPicking.h \ c@225: dsp/phasevocoder/PhaseVocoder.h \ c@225: dsp/rateconversion/Decimator.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@241: maths/Correlation.h \ c@241: maths/Histogram.h \ c@241: maths/MathAliases.h \ c@241: maths/MathUtilities.h \ c@241: maths/Polyfit.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@225: dsp/onsets/DetectionFunction.cpp \ c@225: dsp/onsets/PeakPicking.cpp \ c@225: dsp/phasevocoder/PhaseVocoder.cpp \ c@225: dsp/rateconversion/Decimator.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@241: maths/Correlation.cpp \ c@241: maths/MathUtilities.cpp