Changeset 9562f08 for examples/utils.h


Ignore:
Timestamp:
Jul 22, 2016, 9:30:31 PM (8 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:
65fc06f
Parents:
f280ebd
Message:

examples/utils.c: change send_noteon to accept floating point midi note number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.h

    rf280ebd r9562f08  
    6464
    6565typedef void (aubio_print_func_t) (void);
    66 void send_noteon (int pitch, int velo);
     66void send_noteon (smpl_t pitch, smpl_t velo);
    6767
    6868/** common process function */
Note: See TracChangeset for help on using the changeset viewer.