Changeset dc467b5d for src/onset/peakpicker.c
- Timestamp:
- Oct 27, 2013, 12:44:29 PM (11 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:
- 8247249
- Parents:
- dd15573 (diff), 7fc5ba2 (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/onset/peakpicker.c
rdd15573 rdc467b5d 125 125 out->data[0] = (p->pickerfn) (onset_peek, 1); 126 126 if (out->data[0]) { 127 out->data[0] = fvec_quad int(onset_peek, 1);127 out->data[0] = fvec_quadratic_peak_pos (onset_peek, 1); 128 128 } 129 129 }
Note: See TracChangeset
for help on using the changeset viewer.