Changeset bcf38fe for src/aubio.h


Ignore:
Timestamp:
Nov 24, 2007, 9:08:04 PM (16 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:
32d6958
Parents:
2d8cffa
Message:

src/: move tempo files to src/tempo, continue moving pitch and onset files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio.h

    r2d8cffa rbcf38fe  
    6767#include "tss.h"
    6868#include "resample.h"
    69 #include "peakpick.h"
    7069#include "biquad.h"
    7170#include "filter.h"
    72 #include "pitchdetection.h"
     71#include "pitch/pitchdetection.h"
    7372#include "pitch/pitchmcomb.h"
    7473#include "pitch/pitchyin.h"
     
    7675#include "pitch/pitchschmitt.h"
    7776#include "pitch/pitchfcomb.h"
    78 #include "beattracking.h"
    79 #include "onset/detection.h"
    80 #include "onset.h"
    81 #include "tempo.h"
     77#include "onset/onsetdetection.h"
     78#include "onset/onset.h"
     79#include "onset/peakpick.h"
     80#include "tempo/beattracking.h"
     81#include "tempo/tempo.h"
    8282#include "filterbank.h"
    8383#include "mfcc.h"
Note: See TracChangeset for help on using the changeset viewer.