Changeset 28d8c4a for examples/utils.c


Ignore:
Timestamp:
Aug 9, 2005, 12:09:36 PM (19 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:
5e9c68a
Parents:
ea865c9
Message:

prefix mathutils function with aubio_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    rea865c9 r28d8c4a  
    330330void send_noteon(int pitch, int velo)
    331331{
    332     smpl_t mpitch = (FLOOR)(freqtomidi(pitch)+.5);
     332    smpl_t mpitch = (FLOOR)(aubio_freqtomidi(pitch)+.5);
    333333    /* we should check if we use midi here, not jack */
    334334#if ALSA_SUPPORT
Note: See TracChangeset for help on using the changeset viewer.