Mercurial > hg > qm-dsp
comparison dsp/tempotracking/DownBeat.cpp @ 493:bb78ca3fe7de
Remove "using" from some headers
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 17:24:50 +0100 |
parents | 7e52c034cf62 |
children | 12b5a9244bb0 |
comparison
equal
deleted
inserted
replaced
492:2892ecc40f86 | 493:bb78ca3fe7de |
---|---|
20 #include "maths/KLDivergence.h" | 20 #include "maths/KLDivergence.h" |
21 #include "dsp/transforms/FFT.h" | 21 #include "dsp/transforms/FFT.h" |
22 | 22 |
23 #include <iostream> | 23 #include <iostream> |
24 #include <cstdlib> | 24 #include <cstdlib> |
25 | |
26 using std::vector; | |
25 | 27 |
26 DownBeat::DownBeat(float originalSampleRate, | 28 DownBeat::DownBeat(float originalSampleRate, |
27 size_t decimationFactor, | 29 size_t decimationFactor, |
28 size_t dfIncrement) : | 30 size_t dfIncrement) : |
29 m_bpb(0), | 31 m_bpb(0), |