Changeset 28c162c for src/utils/scale.h


Ignore:
Timestamp:
Oct 15, 2009, 9:09:38 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:
f1b6aad
Parents:
93177fa
Message:

src/utils/scale.{c,h}: set method to return int

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/utils/scale.h

    r93177fa r28c162c  
    6969
    7070*/
    71 void aubio_scale_set_limits (aubio_scale_t *s, smpl_t ilow, smpl_t ihig,
     71uint_t 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.