ref: e987c05c4c79459f0744b0c059575a3d57632c74
parent: 9c9202fe489f0ec770c152b7b47b08b152473ed4
author: Paul Brossier <piem@piem.org>
date: Tue Apr 9 20:13:25 EDT 2013
examples/aubioonset.c: rename get_last_onset to get_last
--- a/examples/aubioonset.c
+++ b/examples/aubioonset.c
@@ -60,7 +60,7 @@
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) );
}
}