diff plugins/Pitch.h @ 30:7fd8f7a0b088

Start overhaul for (current git, presumably later v0.4.0) aubio API
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 09 Jul 2012 15:10:35 +0100
parents 1a7563c56d88
children 2e979622bd93
line wrap: on
line diff
--- a/plugins/Pitch.h	Wed Jul 04 10:26:11 2012 +0000
+++ b/plugins/Pitch.h	Mon Jul 09 15:10:35 2012 +0100
@@ -54,9 +54,8 @@
 
 protected:
     fvec_t *m_ibuf;
-    aubio_pitchdetection_t *m_pitchdet;
-    aubio_pitchdetection_type m_pitchtype;
-    aubio_pitchdetection_mode m_pitchmode;
+    aubio_pitch_t *m_pitchdet;
+    PitchType m_pitchtype;
     float m_minfreq;
     float m_maxfreq;
     float m_silence;