comparison 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
comparison
equal deleted inserted replaced
246:2426f4d30cad 247:e6abd6e99051
58 int m_length; 58 int m_length;
59 bool m_rapid; 59 bool m_rapid;
60 60
61 GetKeyMode::Config getConfig() const; 61 GetKeyMode::Config getConfig() const;
62 std::string getKeyName(int index, bool minor, bool includeMajMin) const; 62 std::string getKeyName(int index, bool minor, bool includeMajMin) const;
63 std::string getBothKeyNames(int index) const;
63 64
64 GetKeyMode* m_getKeyMode; 65 GetKeyMode* m_getKeyMode;
65 double* m_inputFrame; 66 double* m_inputFrame;
66 int m_prevKey; 67 int m_prevKey;
67 bool m_first; 68 bool m_first;