changeset 3:6aa9025b9d50

Note
author Chris Cannam
date Sat, 24 Jan 2015 10:58:53 +0000
parents c8f872a620be
children 16aa4b565780
files TuningDifference.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TuningDifference.cpp	Fri Jan 23 18:22:45 2015 +0000
+++ b/TuningDifference.cpp	Sat Jan 24 10:58:53 2015 +0000
@@ -221,6 +221,8 @@
 
     Feature f;
     FeatureSet fs;
+
+//!!! todo: spectral pitch shift is multiplicative not linear
     
     vector<double> corr(n * 2 - 1, 0.0);
     for (int shift = -(n-1); shift <= n-1; ++shift) {