Changeset 79c2e52 for src/mathutils.h


Ignore:
Timestamp:
Aug 22, 2005, 10:59:13 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:
3ec9d9c
Parents:
98ef4df
Message:

added bintomidi, freqtobin, miditofreq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    r98ef4df r79c2e52  
    231231
    232232smpl_t aubio_bintomidi(smpl_t bin, smpl_t samplerate, smpl_t fftsize);
     233smpl_t aubio_miditobin(smpl_t midi, smpl_t samplerate, smpl_t fftsize);
    233234smpl_t aubio_bintofreq(smpl_t bin, smpl_t samplerate, smpl_t fftsize);
     235smpl_t aubio_freqtobin(smpl_t freq, smpl_t samplerate, smpl_t fftsize);
    234236smpl_t aubio_freqtomidi(smpl_t freq);
     237smpl_t aubio_miditofreq(smpl_t midi);
    235238
    236239uint_t aubio_silence_detection(fvec_t * ibuf, smpl_t threshold);
Note: See TracChangeset for help on using the changeset viewer.