Ignore:
Timestamp:
Nov 24, 2007, 8:47:55 PM (17 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:
bcf38fe
Parents:
5dd22a9
Message:

move pitch methods to pitch/, onset detection functions to onset/

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchmcomb.c

    r5dd22a9 r2d8cffa  
    2121#include "sample.h"
    2222#include "mathutils.h"
    23 #include "pitchmcomb.h"
     23#include "pitch/pitchmcomb.h"
    2424
    2525#define CAND_SWAP(a,b) { register aubio_spectralcandidate_t *t=(a);(a)=(b);(b)=t; }
Note: See TracChangeset for help on using the changeset viewer.