Changeset f41f5c4
- Timestamp:
- Nov 6, 2005, 12:38:54 PM (19 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:
- cf83555
- Parents:
- 787b5e4
- Location:
- examples
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Makefile.am
r787b5e4 rf41f5c4 12 12 aubioonset \ 13 13 aubiotrack \ 14 aubioquiet \ 14 15 aubionotes 15 16 … … 20 21 aubionotes_SOURCES = aubionotes.c utils.c 21 22 aubiotrack_SOURCES = aubiotrack.c utils.c 23 aubioquiet_SOURCES = aubioquiet.c utils.c 22 24 23 25 aubioonset_LDADD = @JACK_LIBS@ 24 26 aubionotes_LDADD = @JACK_LIBS@ 25 27 aubiotrack_LDADD = @JACK_LIBS@ 28 aubioquiet_LDADD = @JACK_LIBS@
Note: See TracChangeset
for help on using the changeset viewer.