Changeset 7524d0b
- Timestamp:
- Jul 22, 2006, 11:41:27 AM (18 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:
- fc5bc72
- Parents:
- 3eb0cc3
- Location:
- src
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r3eb0cc3 r7524d0b 20 20 pitchyinfft.h \ 21 21 beattracking.h \ 22 onset.h \ 23 tempo.h \ 22 24 filter.h 23 25 nodist_pkginclude_HEADERS = config.h … … 62 64 beattracking.c \ 63 65 beattracking.h \ 66 onset.c \ 67 onset.h \ 68 tempo.c \ 69 tempo.h \ 64 70 filter.c \ 65 71 filter.h -
src/aubio.h
r3eb0cc3 r7524d0b 78 78 #include "pitchfcomb.h" 79 79 #include "beattracking.h" 80 #include "onset.h" 81 #include "tempo.h" 80 82 81 83 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.