Makefile.inc: move defaults up, set to sdk 2.5
[vamp-aubio-plugins.git] / plugins / Pitch.h
index e7b0ec5..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;