From: Paul Brossier Date: Wed, 10 Apr 2013 05:13:25 +0000 (-0500) Subject: examples/aubioonset.c: rename get_last_onset to get_last X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e987c05c4c79459f0744b0c059575a3d57632c74;p=aubio.git examples/aubioonset.c: rename get_last_onset to get_last --- diff --git a/examples/aubioonset.c b/examples/aubioonset.c index 58db1997..ab5ad5fd 100644 --- 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) ); } }