- Timestamp:
- Oct 7, 2009, 7:33:51 PM (16 years ago)
- 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:
- e5e693e
- Parents:
- 1b88289
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubionotes.c
r1b88289 r1294862 46 46 isonset = aubio_peakpicker_do(parms, onset); 47 47 48 pitch = aubio_pitchdetection (pitchdet,ibuf);48 pitch = aubio_pitchdetection_do (pitchdet,ibuf); 49 49 if(median){ 50 50 note_append(note_buffer, pitch);
Note: See TracChangeset
for help on using the changeset viewer.