Ignore:
Timestamp:
Dec 6, 2004, 7:51:31 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:
205da86
Parents:
b16b900
Message:

moved midi functions to ext/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Makefile.am

    rb16b900 rb60dd4ae  
    1 
    21#SUBDIRS=onsets
    32
    43# global flags
    5 AM_CFLAGS = -I../src @LADCCA_CFLAGS@
    6 AM_LDFLAGS = -L../src @LADCCA_LIBS@ -laubio
     4AM_CFLAGS = -I../src -I../ext @LADCCA_CFLAGS@
     5AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio
    76#AM_SOURCES = utils.c
    87
Note: See TracChangeset for help on using the changeset viewer.