Changeset 7524d0b for src/Makefile.am


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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.