diff NNLSBase.h @ 76:d398e73b46e0 matthiasm-plugin

it's broken at the moment, work in progress (makeing bins per semitone variable, ie not necessarily 3)
author Matthias Mauch <mail@matthiasmauch.net>
date Wed, 10 Nov 2010 22:52:46 +0900
parents b6cddb109482
children 026a5c0ee2c2
line wrap: on
line diff
--- a/NNLSBase.h	Tue Nov 02 10:05:48 2010 +0000
+++ b/NNLSBase.h	Wed Nov 10 22:52:46 2010 +0900
@@ -81,6 +81,7 @@
     vector<string> m_chordnames;
     float m_doNormalizeChroma;
     float m_rollon;
+    vector<float> hw;
 };