Mercurial > hg > qm-dsp
diff dsp/keydetection/GetKeyMode.h @ 234:60bbe2d98066
* Various changes in progress for debugging key mode plugin
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 22 Jan 2007 17:32:09 +0000 |
parents | 2b74f9646331 |
children | 163f6e03e9e7 |
line wrap: on
line diff
--- a/dsp/keydetection/GetKeyMode.h Tue Dec 12 10:34:38 2006 +0000 +++ b/dsp/keydetection/GetKeyMode.h Mon Jan 22 17:32:09 2007 +0000 @@ -25,7 +25,8 @@ class GetKeyMode { public: - GetKeyMode( double hpcpAverage, double medianAverage ); + GetKeyMode( int sampleRate, float tuningFrequency, + double hpcpAverage, double medianAverage ); virtual ~GetKeyMode(); @@ -53,7 +54,7 @@ Decimator* m_Decimator; //chroma configuration - ChromaConfig m_CromaConfig; + ChromaConfig m_ChromaConfig; //Chromagram object Chromagram* m_Chroma;