Makefile.inc: move defaults up, set to sdk 2.5
[vamp-aubio-plugins.git] / plugins / Pitch.h
index f8d7b48..86c9b61 100644 (file)
@@ -56,6 +56,7 @@ public:
 
 protected:
     fvec_t *m_ibuf;
+    fvec_t *m_obuf;
     aubio_pitch_t *m_pitchdet;
     PitchType m_pitchtype;
     float m_minfreq;
@@ -65,7 +66,6 @@ protected:
 
     size_t m_stepSize;
     size_t m_blockSize;
-    size_t m_channelCount;
 };