diff Tuning.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 b8ffc98eda95
children 026a5c0ee2c2
line wrap: on
line diff
--- a/Tuning.cpp	Tue Nov 02 10:05:48 2010 +0000
+++ b/Tuning.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);
-
 Tuning::Tuning(float inputSampleRate) :
     NNLSBase(inputSampleRate)
 {