projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2410d3d
)
src/onset/onset.c: warning, not error, for python not to raise an error
author
Paul Brossier
<piem@piem.org>
Fri, 10 Mar 2017 18:56:32 +0000
(19:56 +0100)
committer
Paul Brossier
<piem@piem.org>
Fri, 10 Mar 2017 18:56:32 +0000
(19:56 +0100)
src/onset/onset.c
patch
|
blob
|
history
diff --git
a/src/onset/onset.c
b/src/onset/onset.c
index
ea9c01c
..
d29c844
100644
(file)
--- a/
src/onset/onset.c
+++ b/
src/onset/onset.c
@@
-279,7
+279,7
@@
void aubio_onset_default_parameters (aubio_onset_t * o, const char_t * onset_mod
aubio_onset_set_threshold (o, 0.4);
} else if (strcmp (onset_mode, "specdiff") == 0) {
} else {
- AUBIO_
ERR
("onset: unknown spectral descriptor type %s, "
+ AUBIO_
WRN
("onset: unknown spectral descriptor type %s, "
"using default parameters.\n", onset_mode);
}
}