projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40a05d3
)
specdesc.c: mention default is used instead of unknown one
author
Paul Brossier
<piem@piem.org>
Fri, 11 Dec 2009 16:54:12 +0000
(17:54 +0100)
committer
Paul Brossier
<piem@piem.org>
Fri, 11 Dec 2009 16:54:12 +0000
(17:54 +0100)
src/spectral/specdesc.c
patch
|
blob
|
history
diff --git
a/src/spectral/specdesc.c
b/src/spectral/specdesc.c
index 838188e4a7dc97efabb7426e29ad7ea4bf5d4e78..c3ff85c244b19261a4207f311856181f90fcbcbd 100644
(file)
--- a/
src/spectral/specdesc.c
+++ b/
src/spectral/specdesc.c
@@
-291,7
+291,7
@@
new_aubio_specdesc (char_t * onset_mode,
else if (strcmp (onset_mode, "default") == 0)
onset_type = aubio_onset_default;
else {
- AUBIO_ERR("unknown spectral descriptor type %s.\n", onset_mode);
+ AUBIO_ERR("unknown spectral descriptor type %s
, using default
.\n", onset_mode);
onset_type = aubio_onset_default;
}
switch(onset_type) {