- Timestamp:
- Dec 6, 2004, 7:51:31 PM (20 years ago)
- 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
- Location:
- examples
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Makefile.am
rb16b900 rb60dd4ae 1 2 1 #SUBDIRS=onsets 3 2 4 3 # global flags 5 AM_CFLAGS = -I../src @LADCCA_CFLAGS@6 AM_LDFLAGS = -L../src @LADCCA_LIBS@-laubio4 AM_CFLAGS = -I../src -I../ext @LADCCA_CFLAGS@ 5 AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio 7 6 #AM_SOURCES = utils.c 8 7 -
examples/Makefile.in
rb16b900 rb60dd4ae 156 156 157 157 # global flags 158 AM_CFLAGS = -I../src @LADCCA_CFLAGS@159 AM_LDFLAGS = -L../src @LADCCA_LIBS@-laubio158 AM_CFLAGS = -I../src -I../ext @LADCCA_CFLAGS@ 159 AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio 160 160 #AM_SOURCES = utils.c 161 161 -
examples/aubionotes.c
rb16b900 rb60dd4ae 24 24 #include <math.h> // how do i do a floorf with a mask again ? 25 25 #include "aubio.h" 26 #include "aubioext.h" 26 27 #include "utils.h" 27 28 -
examples/aubionotesmedian.c
rb16b900 rb60dd4ae 23 23 #include <unistd.h> 24 24 #include "aubio.h" 25 #include "aubioext.h" 25 26 #include "utils.h" 26 27
Note: See TracChangeset
for help on using the changeset viewer.