Changeset 0ce97483 for src/utils/scale.h


Ignore:
Timestamp:
Oct 7, 2009, 11:19:36 PM (15 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:
277918b
Parents:
01b8fcc
Message:

src/utils/scale.c: rename aubio_scale_set to aubio_scale_set_limits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/utils/scale.h

    r01b8fcc r0ce97483  
    6969
    7070*/
    71 void aubio_scale_set (aubio_scale_t *s, smpl_t ilow, smpl_t ihig,
     71void aubio_scale_set_limits (aubio_scale_t *s, smpl_t ilow, smpl_t ihig,
    7272    smpl_t olow, smpl_t ohig);
    7373
Note: See TracChangeset for help on using the changeset viewer.