Changeset 1e2c82f for swig/aubio.i


Ignore:
Timestamp:
Oct 2, 2009, 1:09:46 AM (14 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:
2f64b0e
Parents:
d57c879
Message:

rename vec_max and vec_max_elem to fvec_max fvec_max_elem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    rd57c879 r1e2c82f  
    131131smpl_t aubio_unwrap2pi (smpl_t phase);
    132132smpl_t fvec_mean(fvec_t *s);
    133 smpl_t vec_max(fvec_t *s);
     133smpl_t fvec_max(fvec_t *s);
    134134smpl_t vec_min(fvec_t *s);
    135135uint_t vec_min_elem(fvec_t *s);
    136 uint_t vec_max_elem(fvec_t *s);
     136uint_t fvec_max_elem(fvec_t *s);
    137137void vec_shift(fvec_t *s);
    138138smpl_t vec_sum(fvec_t *s);
Note: See TracChangeset for help on using the changeset viewer.