add queen mary DSP library
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 2 Mar 2011 12:37:39 +0000 (12:37 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 2 Mar 2011 12:37:39 +0000 (12:37 +0000)
commit3deba1921bcf5bddd8bea9846a203c92b6c9239d
tree8b2e00405337396918ff28e282df14e958b84bb9
parentfa41cfef580b2c8c04adec5b47d6cfa415ca6251
add queen mary DSP library

git-svn-id: svn://localhost/ardour2/branches/3.0@9029 d708f5d6-7413-0410-9779-e7cbd77b26cf
85 files changed:
libs/qm-dsp/COPYING [new file with mode: 0644]
libs/qm-dsp/README.txt [new file with mode: 0644]
libs/qm-dsp/base/Pitch.cpp [new file with mode: 0644]
libs/qm-dsp/base/Pitch.h [new file with mode: 0644]
libs/qm-dsp/base/Window.h [new file with mode: 0644]
libs/qm-dsp/build/mingw32/mkspecs/win32-x-g++/qmake.conf [new file with mode: 0644]
libs/qm-dsp/build/mingw32/mkspecs/win32-x-g++/qplatformdefs.h [new file with mode: 0644]
libs/qm-dsp/build/mingw32/qm-dsp.pro [new file with mode: 0644]
libs/qm-dsp/build/osx/qm-dsp.pro [new file with mode: 0644]
libs/qm-dsp/dsp/chromagram/CQprecalc.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/chromagram/Chromagram.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/chromagram/Chromagram.h [new file with mode: 0644]
libs/qm-dsp/dsp/chromagram/ConstantQ.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/chromagram/ConstantQ.h [new file with mode: 0644]
libs/qm-dsp/dsp/keydetection/GetKeyMode.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/keydetection/GetKeyMode.h [new file with mode: 0644]
libs/qm-dsp/dsp/mfcc/MFCC.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/mfcc/MFCC.h [new file with mode: 0644]
libs/qm-dsp/dsp/onsets/DetectionFunction.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/onsets/DetectionFunction.h [new file with mode: 0644]
libs/qm-dsp/dsp/onsets/PeakPicking.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/onsets/PeakPicking.h [new file with mode: 0644]
libs/qm-dsp/dsp/phasevocoder/PhaseVocoder.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/phasevocoder/PhaseVocoder.h [new file with mode: 0644]
libs/qm-dsp/dsp/rateconversion/Decimator.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/rateconversion/Decimator.h [new file with mode: 0644]
libs/qm-dsp/dsp/rhythm/BeatSpectrum.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/rhythm/BeatSpectrum.h [new file with mode: 0644]
libs/qm-dsp/dsp/segmentation/ClusterMeltSegmenter.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/segmentation/ClusterMeltSegmenter.h [new file with mode: 0644]
libs/qm-dsp/dsp/segmentation/Segmenter.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/segmentation/Segmenter.h [new file with mode: 0644]
libs/qm-dsp/dsp/segmentation/cluster_melt.c [new file with mode: 0644]
libs/qm-dsp/dsp/segmentation/cluster_melt.h [new file with mode: 0644]
libs/qm-dsp/dsp/segmentation/cluster_segmenter.c [new file with mode: 0644]
libs/qm-dsp/dsp/segmentation/cluster_segmenter.h [new file with mode: 0644]
libs/qm-dsp/dsp/segmentation/segment.h [new file with mode: 0644]
libs/qm-dsp/dsp/signalconditioning/DFProcess.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/signalconditioning/DFProcess.h [new file with mode: 0644]
libs/qm-dsp/dsp/signalconditioning/FiltFilt.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/signalconditioning/FiltFilt.h [new file with mode: 0644]
libs/qm-dsp/dsp/signalconditioning/Filter.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/signalconditioning/Filter.h [new file with mode: 0644]
libs/qm-dsp/dsp/signalconditioning/Framer.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/signalconditioning/Framer.h [new file with mode: 0644]
libs/qm-dsp/dsp/tempotracking/DownBeat.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/tempotracking/DownBeat.h [new file with mode: 0644]
libs/qm-dsp/dsp/tempotracking/TempoTrack.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/tempotracking/TempoTrack.h [new file with mode: 0644]
libs/qm-dsp/dsp/tempotracking/TempoTrackV2.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/tempotracking/TempoTrackV2.h [new file with mode: 0644]
libs/qm-dsp/dsp/tonal/ChangeDetectionFunction.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/tonal/ChangeDetectionFunction.h [new file with mode: 0644]
libs/qm-dsp/dsp/tonal/TCSgram.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/tonal/TCSgram.h [new file with mode: 0644]
libs/qm-dsp/dsp/tonal/TonalEstimator.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/tonal/TonalEstimator.h [new file with mode: 0644]
libs/qm-dsp/dsp/transforms/FFT.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/transforms/FFT.h [new file with mode: 0644]
libs/qm-dsp/dsp/wavelet/Wavelet.cpp [new file with mode: 0644]
libs/qm-dsp/dsp/wavelet/Wavelet.h [new file with mode: 0644]
libs/qm-dsp/hmm/hmm.c [new file with mode: 0644]
libs/qm-dsp/hmm/hmm.h [new file with mode: 0644]
libs/qm-dsp/include/cblas.h [new file with mode: 0644]
libs/qm-dsp/include/clapack.h [new file with mode: 0644]
libs/qm-dsp/maths/Correlation.cpp [new file with mode: 0644]
libs/qm-dsp/maths/Correlation.h [new file with mode: 0644]
libs/qm-dsp/maths/CosineDistance.cpp [new file with mode: 0644]
libs/qm-dsp/maths/CosineDistance.h [new file with mode: 0644]
libs/qm-dsp/maths/KLDivergence.cpp [new file with mode: 0644]
libs/qm-dsp/maths/KLDivergence.h [new file with mode: 0644]
libs/qm-dsp/maths/MathAliases.h [new file with mode: 0644]
libs/qm-dsp/maths/MathUtilities.cpp [new file with mode: 0644]
libs/qm-dsp/maths/MathUtilities.h [new file with mode: 0644]
libs/qm-dsp/maths/Polyfit.h [new file with mode: 0644]
libs/qm-dsp/maths/nan-inf.h [new file with mode: 0644]
libs/qm-dsp/maths/pca/data.txt [new file with mode: 0644]
libs/qm-dsp/maths/pca/pca.c [new file with mode: 0644]
libs/qm-dsp/maths/pca/pca.h [new file with mode: 0644]
libs/qm-dsp/qm-dsp.pro [new file with mode: 0644]
libs/qm-dsp/thread/AsynchronousTask.h [new file with mode: 0644]
libs/qm-dsp/thread/BlockAllocator.h [new file with mode: 0644]
libs/qm-dsp/thread/Thread.cpp [new file with mode: 0644]
libs/qm-dsp/thread/Thread.h [new file with mode: 0644]
libs/qm-dsp/wscript [new file with mode: 0644]