- Timestamp:
- Dec 1, 2004, 1:18:46 AM (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:
- 9cba1eb
- Parents:
- 33bf500
- Location:
- examples
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Makefile.am
r33bf500 rb49daf6 3 3 4 4 # global flags 5 AM_CFLAGS = -I../src 6 AM_LDFLAGS = -L../src -laubio5 AM_CFLAGS = -I../src @LADCCA_CFLAGS@ 6 AM_LDFLAGS = -L../src @LADCCA_LIBS@ -laubio 7 7 #AM_SOURCES = utils.c 8 8 -
examples/Makefile.in
r33bf500 rb49daf6 156 156 157 157 # global flags 158 AM_CFLAGS = -I../src 159 AM_LDFLAGS = -L../src -laubio158 AM_CFLAGS = -I../src @LADCCA_CFLAGS@ 159 AM_LDFLAGS = -L../src @LADCCA_LIBS@ -laubio 160 160 #AM_SOURCES = utils.c 161 161 -
examples/midialsa.c
r33bf500 rb49daf6 3 3 #include "aubio.h" 4 4 #include <unistd.h> 5 6 /* not supported yet */ 7 #ifdef LADCCA_SUPPORT 8 #include <ladcca/ladcca.h> 9 cca_client_t * aubio_cca_client; 10 #endif /* LADCCA_SUPPORT */ 5 11 6 12 int main(int argc, char **argv) { -
examples/midiparse.c
r33bf500 rb49daf6 21 21 #include <unistd.h> 22 22 23 /* not supported yet */ 24 #ifdef LADCCA_SUPPORT 25 #include <ladcca/ladcca.h> 26 cca_client_t * aubio_cca_client; 27 #endif /* LADCCA_SUPPORT */ 28 23 29 int main(int argc, char ** argv) { 24 30 #if ALSA_SUPPORT -
examples/midiplay.c
r33bf500 rb49daf6 26 26 #include <unistd.h> 27 27 28 /* not supported yet */ 29 #ifdef LADCCA_SUPPORT 30 #include <ladcca/ladcca.h> 31 cca_client_t * aubio_cca_client; 32 #endif /* LADCCA_SUPPORT */ 33 28 34 int main(int argc, char ** argv) { 29 35 #if ALSA_SUPPORT -
examples/utils.c
r33bf500 rb49daf6 13 13 #include "utils.h" 14 14 15 /* not supported yet */ 15 16 #ifdef LADCCA_SUPPORT 16 17 #include <ladcca/ladcca.h>
Note: See TracChangeset
for help on using the changeset viewer.