Mercurial > hg > qm-dsp
diff dsp/keydetection/GetKeyMode.h @ 458:e7e36ecd7ad2
make m_BPO const and rename to kBinsPerOctave
author | Daniel Schürmann <daschuer@mixxx.org> |
---|---|
date | Fri, 24 May 2019 20:31:32 +0200 |
parents | f5b5f64835b9 |
children | b7e10277a84c |
line wrap: on
line diff
--- a/dsp/keydetection/GetKeyMode.h Fri May 24 20:11:26 2019 +0200 +++ b/dsp/keydetection/GetKeyMode.h Fri May 24 20:31:32 2019 +0200 @@ -33,7 +33,7 @@ unsigned int getHopSize() { return m_ChromaHopSize*m_DecimationFactor; } double* getChroma() { return m_ChrPointer; } - unsigned int getChromaSize() { return m_BPO; } + unsigned int getChromaSize(); double* getMeanHPCP() { return m_MeanHPCP; } @@ -63,8 +63,6 @@ unsigned int m_ChromaFrameSize; //Hop unsigned int m_ChromaHopSize; - //Bins per octave - unsigned int m_BPO; unsigned int m_ChromaBuffersize;