- Timestamp:
- May 22, 2005, 6:36:47 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:
- 2cdae81
- Parents:
- 53e4682
- Location:
- examples
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Makefile.am
r53e4682 rb78805a 9 9 bin_PROGRAMS = \ 10 10 aubioonset \ 11 aubiotrack \ 11 12 aubionotes 12 13 … … 16 17 aubioonset_SOURCES = aubioonset.c utils.c 17 18 aubionotes_SOURCES = aubionotes.c utils.c 19 aubiotrack_SOURCES = aubiotrack.c utils.c 18 20 19 21 aubioonset_LDADD = @JACK_LIBS@ 20 22 aubionotes_LDADD = @JACK_LIBS@ 23 aubiotrack_LDADD = @JACK_LIBS@
Note: See TracChangeset
for help on using the changeset viewer.