From 3043081e687361cd891ee289cfddea0974b6173f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 3 Mar 2006 05:37:48 +0000 Subject: [PATCH] switch to mcomb in aubiopitch~ switch to mcomb in aubiopitch~ --- plugins/puredata/aubiopitch~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.26.2