Changeset 32d6958 for src/onset/onset.c


Ignore:
Timestamp:
Nov 24, 2007, 10:00:20 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:
ed631e9
Parents:
bcf38fe
Message:

src/: more moving and splitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.c

    rbcf38fe r32d6958  
    2121#include "sample.h"
    2222#include "onset/onsetdetection.h"
    23 #include "phasevoc.h"
    24 #include "peakpick.h"
     23#include "spectral/phasevoc.h"
     24#include "onset/peakpick.h"
    2525#include "mathutils.h"
    26 #include "onset.h"
     26#include "onset/onset.h"
    2727
    2828/** structure to store object state */
Note: See TracChangeset for help on using the changeset viewer.