diff plugins/KeyDetect.h @ 247:e6abd6e99051

This is not actually a tonic-strength output - it's a key-strength output in which the relative major and minor (which have different tonics but the same key signatures) have been summed into a single bin
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 26 Sep 2019 15:44:47 +0100
parents 3e882621e2dd
children 73c9922fb649
line wrap: on
line diff
--- a/plugins/KeyDetect.h	Wed Aug 14 14:53:48 2019 +0100
+++ b/plugins/KeyDetect.h	Thu Sep 26 15:44:47 2019 +0100
@@ -60,6 +60,7 @@
 
     GetKeyMode::Config getConfig() const;
     std::string getKeyName(int index, bool minor, bool includeMajMin) const;
+    std::string getBothKeyNames(int index) const;
 
     GetKeyMode* m_getKeyMode;
     double* m_inputFrame;