Changeset 144aff7 for examples/utils.c


Ignore:
Timestamp:
Jul 27, 2006, 10:37:32 AM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
36dfbc6
Parents:
26bf968
Message:

floor, not FLOOR in examples, only inst_headers for user doc
floor, not FLOOR in examples, only inst_headers for user doc

Patches applied:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    r26bf968 r144aff7  
    406406void send_noteon(int pitch, int velo)
    407407{
    408     smpl_t mpitch = (FLOOR)(aubio_freqtomidi(pitch)+.5);
     408    smpl_t mpitch = floor(aubio_freqtomidi(pitch)+.5);
    409409    /* we should check if we use midi here, not jack */
    410410#if ALSA_SUPPORT
Note: See TracChangeset for help on using the changeset viewer.