Changeset 3e17aed


Ignore:
Timestamp:
Nov 6, 2009, 12:06:27 AM (15 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:
2359cbd
Parents:
2e4fb04
Message:

src/: rename peakpick.h to peakpicker.h, make public again

Location:
src
Files:
3 edited
2 moved

Legend:

Unmodified
Added
Removed
  • src/aubio.h

    r2e4fb04 r3e17aed  
    170170#include "pitch/pitch.h"
    171171#include "onset/onset.h"
     172#include "onset/peakpicker.h"
    172173#include "tempo/tempo.h"
    173174
     
    185186#include "pitch/pitchschmitt.h"
    186187#include "pitch/pitchfcomb.h"
    187 #include "onset/peakpick.h"
    188188#include "tempo/beattracking.h"
    189189#endif
  • src/onset/onset.c

    r2e4fb04 r3e17aed  
    2424#include "spectral/specdesc.h"
    2525#include "spectral/phasevoc.h"
    26 #include "onset/peakpick.h"
     26#include "onset/peakpicker.h"
    2727#include "mathutils.h"
    2828#include "onset/onset.h"
  • src/onset/peakpicker.c

    r2e4fb04 r3e17aed  
    2525#include "temporal/filter.h"
    2626#include "temporal/biquad.h"
    27 #include "onset/peakpick.h"
     27#include "onset/peakpicker.h"
    2828
    2929/** function pointer to thresholding function */
  • src/tempo/tempo.c

    r2e4fb04 r3e17aed  
    2525#include "tempo/beattracking.h"
    2626#include "spectral/phasevoc.h"
    27 #include "onset/peakpick.h"
     27#include "onset/peakpicker.h"
    2828#include "mathutils.h"
    2929#include "tempo/tempo.h"
Note: See TracChangeset for help on using the changeset viewer.