diff plugins/KeyDetect.h @ 242:3e882621e2dd

Add "rapid" option (frame overlap factor)
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 06 Jun 2019 14:21:39 +0100
parents dcf5800f0f00
children e6abd6e99051
line wrap: on
line diff
--- a/plugins/KeyDetect.h	Wed Jun 05 16:11:35 2019 +0100
+++ b/plugins/KeyDetect.h	Thu Jun 06 14:21:39 2019 +0100
@@ -56,7 +56,9 @@
     mutable size_t m_blockSize;
     float m_tuningFrequency;
     int m_length;
+    bool m_rapid;
 
+    GetKeyMode::Config getConfig() const;
     std::string getKeyName(int index, bool minor, bool includeMajMin) const;
 
     GetKeyMode* m_getKeyMode;