diff FChTransformF0gram.h @ 20:7964cc5ad98f spect

Correct the time-alignment of the output blocks
author Chris Cannam
date Thu, 04 Oct 2018 13:32:47 +0100
parents ce62ed201de8
children 2c54d83a196f
line wrap: on
line diff
--- a/FChTransformF0gram.h	Thu Oct 04 11:38:47 2018 +0100
+++ b/FChTransformF0gram.h	Thu Oct 04 13:32:47 2018 +0100
@@ -76,9 +76,11 @@
 
 protected:
     ProcessingMode m_processingMode;
+    bool m_initialised;
     int m_stepSize;
     int m_blockSize;
     float m_fs; // input sampling rate (inputSampleRate)
+    float *m_inputBuffer;
 
     // plugin-specific data and methods go here