Changeset d57d1de for src/onsetdetection.c
- Timestamp:
- Nov 7, 2007, 4:51:42 PM (17 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:
- 4368223
- Parents:
- e00f769 (diff), 038852a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onsetdetection.c
re00f769 rd57d1de 129 129 aubio_hist_dyn_notnull(o->histog,o->dev1); 130 130 /* weight it */ 131 aubio_hist_weig th(o->histog);131 aubio_hist_weight(o->histog); 132 132 /* its mean is the result */ 133 133 onset->data[i][0] = aubio_hist_mean(o->histog); … … 158 158 aubio_hist_dyn_notnull(o->histog,o->dev1); 159 159 /* weight it */ 160 aubio_hist_weig th(o->histog);160 aubio_hist_weight(o->histog); 161 161 /* its mean is the result */ 162 162 onset->data[i][0] = aubio_hist_mean(o->histog);
Note: See TracChangeset
for help on using the changeset viewer.