switch to mcomb in aubiopitch~
authorPaul Brossier <piem@altern.org>
Fri, 3 Mar 2006 05:37:48 +0000 (05:37 +0000)
committerPaul Brossier <piem@altern.org>
Fri, 3 Mar 2006 05:37:48 +0000 (05:37 +0000)
switch to mcomb in aubiopitch~

plugins/puredata/aubiopitch~.c

index 62bfd75..effd121 100644 (file)
@@ -12,7 +12,7 @@
 
 char aubiopitch_version[] = "aubiopitch~ version 0.1";
 
-aubio_pitchdetection_type type_pitch = aubio_pitch_schmitt; // aubio_pitch_mcomb
+aubio_pitchdetection_type type_pitch = aubio_pitch_mcomb; // aubio_pitch_mcomb
 aubio_pitchdetection_mode mode_pitch = aubio_pitchm_freq;
 
 static t_class *aubiopitch_tilde_class;