- Timestamp:
- Oct 2, 2009, 1:19:10 AM (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:
- 38e9732
- Parents:
- 2f64b0e
- Location:
- examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.c
r2f64b0e r5c4ec3c 477 477 note_buffer2->data[0][i] = note_buffer->data[0][i]; 478 478 } 479 return vec_median (note_buffer2);479 return fvec_median (note_buffer2); 480 480 } 481 481 -
examples/utils.h
r2f64b0e r5c4ec3c 66 66 void send_noteon (int pitch, int velo); 67 67 /** append new note candidate to the note_buffer and return filtered value. we 68 * need to copy the input array as vec_median destroy its input data.*/68 * need to copy the input array as fvec_median destroy its input data.*/ 69 69 void note_append (fvec_t * note_buffer, smpl_t curnote); 70 70 uint_t get_note (fvec_t * note_buffer, fvec_t * note_buffer2);
Note: See TracChangeset
for help on using the changeset viewer.