- Timestamp:
- Dec 11, 2013, 1:04:27 AM (11 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:
- c7ec2c6
- Parents:
- 3194dca1
- Location:
- src/tempo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tempo/beattracking.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2003-20 09Matthew Davies and Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2013 Matthew Davies and Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 37 37 38 38 */ 39 #ifndef BEATTRACKING_H40 #define BEATTRACKING_H39 #ifndef _AUBIO_BEATTRACKING_H 40 #define _AUBIO_BEATTRACKING_H 41 41 42 42 #ifdef __cplusplus … … 99 99 #endif 100 100 101 #endif /* BEATTRACKING_H */101 #endif /* _AUBIO_BEATTRACKING_H */ -
src/tempo/tempo.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2006-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2006-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 31 31 */ 32 32 33 #ifndef TEMPO_H34 #define TEMPO_H33 #ifndef _AUBIO_TEMPO_H 34 #define _AUBIO_TEMPO_H 35 35 36 36 #ifdef __cplusplus … … 134 134 #endif 135 135 136 #endif /* TEMPO_H */136 #endif /* _AUBIO_TEMPO_H */
Note: See TracChangeset
for help on using the changeset viewer.