projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c9202f
)
examples/aubioonset.c: rename get_last_onset to get_last
author
Paul Brossier
<piem@piem.org>
Wed, 10 Apr 2013 05:13:25 +0000
(
00:13
-0500)
committer
Paul Brossier
<piem@piem.org>
Wed, 10 Apr 2013 05:13:25 +0000
(
00:13
-0500)
examples/aubioonset.c
patch
|
blob
|
history
diff --git
a/examples/aubioonset.c
b/examples/aubioonset.c
index 58db199713f47d6d6351ecd937355f66f2b36bbb..ab5ad5fdae67dfb20bdb045c04236c80712330fc 100644
(file)
--- a/
examples/aubioonset.c
+++ b/
examples/aubioonset.c
@@
-60,7
+60,7
@@
process_print (void)
return;
smpl_t onset_found = fvec_read_sample (onset, 0);
if (onset_found) {
- outmsg ("%f\n", aubio_onset_get_last_
onset_
s (o) );
+ outmsg ("%f\n", aubio_onset_get_last_s (o) );
}
}