- Timestamp:
- Oct 16, 2009, 9:55:02 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:
- e4f142c
- Parents:
- 68b8233
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/aubiotempo~.c
r68b8233 rd25bd12 83 83 x->hopsize = x->bufsize / 2; 84 84 85 x->t = new_aubio_tempo ("complex", x->bufsize, x->hopsize, 1); 85 x->t = new_aubio_tempo ("complex", x->bufsize, x->hopsize, 1, 86 (uint_t) sys_getsr ()); 86 87 aubio_tempo_set_silence(x->t,x->silence); 87 88 aubio_tempo_set_threshold(x->t,x->threshold);
Note: See TracChangeset
for help on using the changeset viewer.