diff audioio/PhaseVocoderTimeStretcher.h @ 18:c1aee08c60b1

* avoid using n2 in processBlock
author Chris Cannam
date Thu, 14 Sep 2006 09:24:57 +0000
parents 67d54627efd3
children f17798a555df
line wrap: on
line diff
--- a/audioio/PhaseVocoderTimeStretcher.h	Wed Sep 13 18:58:17 2006 +0000
+++ b/audioio/PhaseVocoderTimeStretcher.h	Thu Sep 14 09:24:57 2006 +0000
@@ -125,7 +125,7 @@
     bool processBlock(size_t channel,
                       float *in, float *out,
                       float *modulation,
-                      bool lastPercussive);
+                      size_t lastStep);
 
     size_t m_channels;
     float m_ratio;