Changeset e987c05


Ignore:
Timestamp:
Apr 10, 2013, 7:13:25 AM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
2693655
Parents:
9c9202f
Message:

examples/aubioonset.c: rename get_last_onset to get_last

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioonset.c

    r9c9202f re987c05  
    6161  smpl_t onset_found = fvec_read_sample (onset, 0);
    6262  if (onset_found) {
    63     outmsg ("%f\n", aubio_onset_get_last_onset_s (o) );
     63    outmsg ("%f\n", aubio_onset_get_last_s (o) );
    6464  }
    6565}
Note: See TracChangeset for help on using the changeset viewer.