- Timestamp:
- Nov 24, 2007, 6:46:30 PM (17 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:
- 5dd22a9
- Parents:
- d7a104c (diff), c1656cf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- examples
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Makefile.am
rd7a104c r7873363 7 7 aubioonset \ 8 8 aubiotrack \ 9 aubionotes 9 aubionotes \ 10 aubiomfcc 10 11 11 12 noinst_PROGRAMS = \ … … 19 20 aubiotrack_SOURCES = aubiotrack.c utils.c 20 21 aubioquiet_SOURCES = aubioquiet.c utils.c 22 aubiomfcc_SOURCES = aubiomfcc.c utils.c 21 23 22 24 aubioonset_LDADD = @JACK_LIBS@ … … 24 26 aubiotrack_LDADD = @JACK_LIBS@ 25 27 aubioquiet_LDADD = @JACK_LIBS@ 28 aubiomfcc_LDADD = @JACK_LIBS@
Note: See TracChangeset
for help on using the changeset viewer.