diff plugins/KeyDetect.h @ 63:b084e87b83e4

* Add README files for the various platform packages * Fix typo in cat file * Return simpler key names from key detector * Chromagram and constant Q default to unnormalized * Permit up to 48 bpo in constant Q
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 07 Feb 2008 10:03:04 +0000
parents 90fa946fda40
children 3602e755b696
line wrap: on
line diff
--- a/plugins/KeyDetect.h	Fri Feb 01 16:57:22 2008 +0000
+++ b/plugins/KeyDetect.h	Thu Feb 07 10:03:04 2008 +0000
@@ -79,7 +79,7 @@
     float m_tuningFrequency;
     int m_length;
 
-    const char *getKeyName(int index) const;
+    std::string getKeyName(int index, bool minor, bool includeMajMin) const;
 
     GetKeyMode* m_getKeyMode;
     double* m_inputFrame;