- Timestamp:
- Apr 22, 2016, 9:15:29 PM (9 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:
- aad1235
- Parents:
- d2be104
- Location:
- src/tempo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tempo/beattracking.h
rd2be104 r6f42c16 37 37 38 38 */ 39 #ifndef _AUBIO_BEATTRACKING_H40 #define _AUBIO_BEATTRACKING_H39 #ifndef AUBIO_BEATTRACKING_H 40 #define AUBIO_BEATTRACKING_H 41 41 42 42 #ifdef __cplusplus … … 119 119 #endif 120 120 121 #endif /* _AUBIO_BEATTRACKING_H */121 #endif /* AUBIO_BEATTRACKING_H */ -
src/tempo/tempo.h
rd2be104 r6f42c16 31 31 */ 32 32 33 #ifndef _AUBIO_TEMPO_H34 #define _AUBIO_TEMPO_H33 #ifndef AUBIO_TEMPO_H 34 #define AUBIO_TEMPO_H 35 35 36 36 #ifdef __cplusplus … … 253 253 #endif 254 254 255 #endif /* _AUBIO_TEMPO_H */255 #endif /* AUBIO_TEMPO_H */
Note: See TracChangeset
for help on using the changeset viewer.