projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d45d118
)
switch to mcomb in aubiopitch~
author
Paul Brossier
<piem@altern.org>
Fri, 3 Mar 2006 05:37:48 +0000
(
05:37
+0000)
committer
Paul Brossier
<piem@altern.org>
Fri, 3 Mar 2006 05:37:48 +0000
(
05:37
+0000)
switch to mcomb in aubiopitch~
plugins/puredata/aubiopitch~.c
patch
|
blob
|
history
diff --git
a/plugins/puredata/aubiopitch~.c
b/plugins/puredata/aubiopitch~.c
index 62bfd75efe4c9e792cc6e74b210b36f86837187a..effd121283e40338c838a7dfa87690470c110c02 100644
(file)
--- 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;