Changeset 01b8fcc for plugins/puredata/aubioonset~.c
- Timestamp:
- Oct 7, 2009, 10:58:25 PM (15 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:
- 0ce97483
- Parents:
- cb158ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/aubioonset~.c
rcb158ab r01b8fcc 47 47 /* block loop */ 48 48 aubio_pvoc_do (x->pv,x->vec, x->fftgrain); 49 aubio_onsetdetection (x->o,x->fftgrain, x->onset);49 aubio_onsetdetection_do (x->o,x->fftgrain, x->onset); 50 50 isonset = aubio_peakpick_pimrt(x->onset,x->parms); 51 51 if (isonset) {
Note: See TracChangeset
for help on using the changeset viewer.