Changeset b60dd4ae for examples


Ignore:
Timestamp:
Dec 6, 2004, 7:51:31 PM (20 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/

Location:
examples
Files:
4 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
  • examples/Makefile.in

    rb16b900 rb60dd4ae  
    156156
    157157# global flags
    158 AM_CFLAGS = -I../src @LADCCA_CFLAGS@
    159 AM_LDFLAGS = -L../src @LADCCA_LIBS@ -laubio
     158AM_CFLAGS = -I../src -I../ext @LADCCA_CFLAGS@
     159AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio
    160160#AM_SOURCES = utils.c
    161161
  • examples/aubionotes.c

    rb16b900 rb60dd4ae  
    2424#include <math.h> // how do i do a floorf with a mask again ?
    2525#include "aubio.h"
     26#include "aubioext.h"
    2627#include "utils.h"
    2728
  • examples/aubionotesmedian.c

    rb16b900 rb60dd4ae  
    2323#include <unistd.h>
    2424#include "aubio.h"
     25#include "aubioext.h"
    2526#include "utils.h"
    2627
Note: See TracChangeset for help on using the changeset viewer.