Changeset e9e2a87 for examples/utils.h


Ignore:
Timestamp:
Dec 8, 2013, 4:48:31 AM (11 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:
6b14351
Parents:
8122e54a
Message:

examples/: define aubio_process_func_t once in utils.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.h

    r8122e54a re9e2a87  
    5252void send_noteon (int pitch, int velo);
    5353
     54/** common process function */
     55typedef int (*aubio_process_func_t) (fvec_t * input, fvec_t * output);
Note: See TracChangeset for help on using the changeset viewer.