examples/aubioonset.c: rename get_last_onset to get_last
authorPaul Brossier <piem@piem.org>
Wed, 10 Apr 2013 05:13:25 +0000 (00:13 -0500)
committerPaul Brossier <piem@piem.org>
Wed, 10 Apr 2013 05:13:25 +0000 (00:13 -0500)
examples/aubioonset.c

index 58db199713f47d6d6351ecd937355f66f2b36bbb..ab5ad5fdae67dfb20bdb045c04236c80712330fc 100644 (file)
@@ -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) );
   }
 }