Ignore:
Timestamp:
Oct 8, 2009, 8:54:49 PM (15 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:
3027c6e
Parents:
05773a2c
Message:

examples plugins: update to latest pitch prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubionotes.c

    r05773a2c r61316a6  
    4646      isonset = aubio_peakpicker_do(parms, onset);
    4747     
    48       pitch = aubio_pitchdetection_do (pitchdet,ibuf);
     48      aubio_pitchdetection_do (pitchdet, ibuf, pitch_obuf);
     49      pitch = fvec_read_sample(pitch_obuf, 0, 0);
    4950      if(median){
    5051              note_append(note_buffer, pitch);
Note: See TracChangeset for help on using the changeset viewer.