shithub: aubio

Download patch

ref: 3043081e687361cd891ee289cfddea0974b6173f
parent: d45d118938ed6b13b66ce4fd6411bf24595ec94c
author: Paul Brossier <piem@altern.org>
date: Fri Mar 3 00:37:48 EST 2006

switch to mcomb in aubiopitch~
switch to mcomb in aubiopitch~


--- 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;