- Timestamp:
- Mar 10, 2017, 7:55:33 PM (8 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, sampler
- Children:
- b75f890
- Parents:
- e149aa9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/onset.c
re149aa9 r2410d3d2 29 29 #include "onset/onset.h" 30 30 31 void aubio_onset_default_parameters (aubio_onset_t *o, c har_t * method);31 void aubio_onset_default_parameters (aubio_onset_t *o, const char_t * method); 32 32 33 33 /** structure to store object state */ … … 253 253 } 254 254 255 void aubio_onset_default_parameters (aubio_onset_t * o, c har_t * onset_mode)255 void aubio_onset_default_parameters (aubio_onset_t * o, const char_t * onset_mode) 256 256 { 257 257 /* set some default parameter */
Note: See TracChangeset
for help on using the changeset viewer.