- Timestamp:
- Oct 15, 2013, 10:57:38 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:
- 735a739
- Parents:
- 69c39ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/peakpicker.c
r69c39ca racd97d1 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.