Changeset 7524d0b


Ignore:
Timestamp:
Jul 22, 2006, 11:41:27 AM (18 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:
fc5bc72
Parents:
3eb0cc3
Message:

add tempo and onset functions
add tempo and onset functions

Location:
src
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r3eb0cc3 r7524d0b  
    2020        pitchyinfft.h \
    2121        beattracking.h \
     22        onset.h \
     23        tempo.h \
    2224        filter.h
    2325nodist_pkginclude_HEADERS = config.h
     
    6264        beattracking.c \
    6365        beattracking.h \
     66        onset.c \
     67        onset.h \
     68        tempo.c \
     69        tempo.h \
    6470        filter.c \
    6571        filter.h
  • src/aubio.h

    r3eb0cc3 r7524d0b  
    7878#include "pitchfcomb.h"
    7979#include "beattracking.h"
     80#include "onset.h"
     81#include "tempo.h"
    8082
    8183#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.