From e987c05c4c79459f0744b0c059575a3d57632c74 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 10 Apr 2013 00:13:25 -0500 Subject: [PATCH] examples/aubioonset.c: rename get_last_onset to get_last --- examples/aubioonset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); } } -- 2.26.2