Changeset 47f17fc for plugins/puredata
- Timestamp:
- Oct 8, 2009, 5:50:27 AM (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:
- 06f2d78
- Parents:
- ca55954
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/aubioonset~.c
rca55954 r47f17fc 48 48 aubio_pvoc_do (x->pv,x->vec, x->fftgrain); 49 49 aubio_onsetdetection_do (x->o,x->fftgrain, x->onset); 50 isonset = aubio_peakpicker_do (x-> onset,x->parms);50 isonset = aubio_peakpicker_do (x->parms, x->onset); 51 51 if (isonset) { 52 52 /* test for silence */
Note: See TracChangeset
for help on using the changeset viewer.