- Timestamp:
- Aug 9, 2005, 8:35:14 PM (19 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:
- b1f723d
- Parents:
- a29ad46
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/aubioonset~.c
ra29ad46 r5cf415f 71 71 x->hopsize = x->bufsize / 2; 72 72 73 x->o = new_aubio_onsetdetection( complexdomain, x->bufsize, 1);73 x->o = new_aubio_onsetdetection(aubio_onset_complex, x->bufsize, 1); 74 74 x->vec = (fvec_t *)new_fvec(x->hopsize,1); 75 75 x->pv = new_aubio_pvoc(x->bufsize, x->hopsize, 1);
Note: See TracChangeset
for help on using the changeset viewer.