From: Paul Brossier Date: Fri, 3 Mar 2006 05:37:48 +0000 (+0000) Subject: switch to mcomb in aubiopitch~ X-Git-Tag: bzr2git~744 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3043081e687361cd891ee289cfddea0974b6173f;p=aubio.git switch to mcomb in aubiopitch~ switch to mcomb in aubiopitch~ --- diff --git a/plugins/puredata/aubiopitch~.c b/plugins/puredata/aubiopitch~.c index 62bfd75e..effd1212 100644 --- a/plugins/puredata/aubiopitch~.c +++ b/plugins/puredata/aubiopitch~.c @@ -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;