Changeset 7f2c515


Ignore:
Timestamp:
Dec 7, 2013, 2:56:32 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

examples/utils.h: move aubio_process_func_t to parse_args.h to avoid redefinition

Location:
examples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • examples/parse_args.h

    r61ecd1a r7f2c515  
    4141extern uint_t mix_input;
    4242
     43typedef int (*aubio_process_func_t)(fvec_t * input, fvec_t * output);
     44
    4345// functions defined in utils.c
    4446extern void examples_common_init (int argc, char **argv);
     
    5254extern fvec_t *ibuf;
    5355extern fvec_t *obuf;
    54 
    5556
    5657const char *prog_name;
  • examples/utils.h

    r61ecd1a r7f2c515  
    5050
    5151typedef void (aubio_print_func_t) (void);
    52 typedef int (*aubio_process_func_t)(fvec_t * input, fvec_t * output);
    5352void send_noteon (int pitch, int velo);
    5453
Note: See TracChangeset for help on using the changeset viewer.