Ignore:
Timestamp:
May 22, 2005, 6:36:47 PM (19 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:
2cdae81
Parents:
53e4682
Message:

import 0.1.9beta5 with beat tracking
import 0.1.9beta5 with beat tracking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Makefile.am

    r53e4682 rb78805a  
    99bin_PROGRAMS = \
    1010        aubioonset \
     11        aubiotrack \
    1112        aubionotes
    1213       
     
    1617aubioonset_SOURCES = aubioonset.c utils.c
    1718aubionotes_SOURCES = aubionotes.c utils.c
     19aubiotrack_SOURCES = aubiotrack.c utils.c
    1820
    1921aubioonset_LDADD = @JACK_LIBS@
    2022aubionotes_LDADD = @JACK_LIBS@
     23aubiotrack_LDADD = @JACK_LIBS@
Note: See TracChangeset for help on using the changeset viewer.