Changeset 7f2c515 for examples/utils.h


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.