Changeset 437fa65


Ignore:
Timestamp:
Aug 9, 2005, 4:27:58 AM (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:
12bdd63
Parents:
ccfafb2
Message:

added examples, bumped VERSION to 0.2.0beta1

Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • VERSION

    rccfafb2 r437fa65  
    11AUBIO_MAJOR_VERSION=0
    2 AUBIO_MINOR_VERSION=1
    3 AUBIO_PATCH_VERSION=9
    4 AUBIO_VERSION_STATUS=beta5
     2AUBIO_MINOR_VERSION=2
     3AUBIO_PATCH_VERSION=0
     4AUBIO_VERSION_STATUS=beta1
    55
  • examples/Makefile.am

    rccfafb2 r437fa65  
    1 #SUBDIRS=onsets
     1if COMPILE_TESTS
     2SUBDIRS = tests
     3endif
    24
    35# global flags
    4 AM_CFLAGS = -I../src -I../ext @LADCCA_CFLAGS@
     6AM_CFLAGS = -I$(srcdir)/../src -I$(srcdir)/../ext @LADCCA_CFLAGS@
    57AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio
    68#AM_SOURCES = utils.c
     
    1113        aubiotrack \
    1214        aubionotes
    13        
     15
    1416EXTRA_DIST = utils.h
    1517
Note: See TracChangeset for help on using the changeset viewer.