Changeset 7f2c515
- Timestamp:
- Dec 7, 2013, 2:56:32 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:
- 8a22fc4
- Parents:
- 61ecd1a
- Location:
- examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/parse_args.h
r61ecd1a r7f2c515 41 41 extern uint_t mix_input; 42 42 43 typedef int (*aubio_process_func_t)(fvec_t * input, fvec_t * output); 44 43 45 // functions defined in utils.c 44 46 extern void examples_common_init (int argc, char **argv); … … 52 54 extern fvec_t *ibuf; 53 55 extern fvec_t *obuf; 54 55 56 56 57 const char *prog_name; -
examples/utils.h
r61ecd1a r7f2c515 50 50 51 51 typedef void (aubio_print_func_t) (void); 52 typedef int (*aubio_process_func_t)(fvec_t * input, fvec_t * output);53 52 void send_noteon (int pitch, int velo); 54 53
Note: See TracChangeset
for help on using the changeset viewer.