diff NNLSChroma.cpp @ 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 01bc078f5f61
children ba930176df5b
line wrap: on
line diff
--- a/NNLSChroma.cpp	Tue Nov 02 10:05:48 2010 +0000
+++ b/NNLSChroma.cpp	Wed Nov 10 22:52:46 2010 +0900
@@ -28,8 +28,6 @@
 
 const bool debug_on = false;
 
-const vector<float> hw(hammingwind, hammingwind+19);
-
 NNLSChroma::NNLSChroma(float inputSampleRate) :
     NNLSBase(inputSampleRate)
 {