feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 98df9f4 was
b78805a,
checked in by Paul Brossier <piem@altern.org>, 19 years ago
|
import 0.1.9beta5 with beat tracking
import 0.1.9beta5 with beat tracking
|
-
Property mode set to
100644
|
File size:
548 bytes
|
Rev | Line | |
---|
[96fb8ad] | 1 | #SUBDIRS=onsets |
---|
| 2 | |
---|
| 3 | # global flags |
---|
[b60dd4ae] | 4 | AM_CFLAGS = -I../src -I../ext @LADCCA_CFLAGS@ |
---|
| 5 | AM_LDFLAGS = -L../src -L../ext @LADCCA_LIBS@ -laubioext -laubio |
---|
[96fb8ad] | 6 | #AM_SOURCES = utils.c |
---|
| 7 | |
---|
| 8 | # add your programs to this list |
---|
| 9 | bin_PROGRAMS = \ |
---|
| 10 | aubioonset \ |
---|
[b78805a] | 11 | aubiotrack \ |
---|
[96fb8ad] | 12 | aubionotes |
---|
| 13 | |
---|
[e997b1a] | 14 | EXTRA_DIST = utils.h |
---|
[96fb8ad] | 15 | |
---|
| 16 | # optionally add sources file for these programs |
---|
| 17 | aubioonset_SOURCES = aubioonset.c utils.c |
---|
| 18 | aubionotes_SOURCES = aubionotes.c utils.c |
---|
[b78805a] | 19 | aubiotrack_SOURCES = aubiotrack.c utils.c |
---|
[b6f6d58] | 20 | |
---|
| 21 | aubioonset_LDADD = @JACK_LIBS@ |
---|
| 22 | aubionotes_LDADD = @JACK_LIBS@ |
---|
[b78805a] | 23 | aubiotrack_LDADD = @JACK_LIBS@ |
---|
Note: See
TracBrowser
for help on using the repository browser.