- Timestamp:
- Oct 7, 2009, 11:23:30 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:
- a72f3f1
- Parents:
- 277918b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/aubioonset~.c
r277918b r316092e 11 11 #include <aubio.h> 12 12 13 char aubioonset_version[] = "aubioonset~ version 0. 1";13 char aubioonset_version[] = "aubioonset~ version 0.2"; 14 14 15 15 static t_class *aubioonset_tilde_class; … … 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_peakpick _pimrt(x->onset,x->parms);50 isonset = aubio_peakpicker_do (x->onset,x->parms); 51 51 if (isonset) { 52 52 /* test for silence */
Note: See TracChangeset
for help on using the changeset viewer.