Changeset 69f74f0 for src/tempo/tempo.c


Ignore:
Timestamp:
Apr 21, 2016, 7:09:47 PM (8 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:
23493b5
Parents:
55d1fa4
Message:

src/tempo/: add const qualifiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tempo/tempo.c

    r55d1fa4 r69f74f0  
    5555
    5656/* execute tempo detection function on iput buffer */
    57 void aubio_tempo_do(aubio_tempo_t *o, fvec_t * input, fvec_t * tempo)
     57void aubio_tempo_do(aubio_tempo_t *o, const fvec_t * input, fvec_t * tempo)
    5858{
    5959  uint_t i;
     
    164164
    165165/* Allocate memory for an tempo detection */
    166 aubio_tempo_t * new_aubio_tempo (char_t * tempo_mode,
     166aubio_tempo_t * new_aubio_tempo (const char_t * tempo_mode,
    167167    uint_t buf_size, uint_t hop_size, uint_t samplerate)
    168168{
Note: See TracChangeset for help on using the changeset viewer.