- Timestamp:
- Oct 7, 2009, 8:31:43 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:
- a808d05
- Parents:
- cfa0f12
- Location:
- examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.c
rcfa0f12 r8766cb6 69 69 fvec_t *onset2; 70 70 smpl_t isonset = 0; 71 aubio_p ickpeak_t *parms;71 aubio_peakpicker_t *parms; 72 72 73 73 -
examples/utils.h
rcfa0f12 r8766cb6 102 102 extern fvec_t *onset2; 103 103 extern smpl_t isonset; 104 extern aubio_p ickpeak_t *parms;104 extern aubio_peakpicker_t *parms; 105 105 106 106
Note: See TracChangeset
for help on using the changeset viewer.