- 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/utils
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/utils/hist.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2003-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 26 26 */ 27 27 28 #ifndef HIST_H29 #define HIST_H28 #ifndef _AUBIO_HIST_H 29 #define _AUBIO_HIST_H 30 30 31 31 #ifdef __cplusplus … … 61 61 #endif 62 62 63 #endif 63 #endif /* _AUBIO_HIST_H */ -
src/utils/parameter.h
r3194dca1 rb235c0e 158 158 159 159 #endif /* _AUBIO_PARAMETER_H */ 160 -
src/utils/scale.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2003-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 29 29 30 30 */ 31 #ifndef SCALE_H32 #define SCALE_H31 #ifndef _AUBIO_SCALE_H 32 #define _AUBIO_SCALE_H 33 33 34 34 #ifdef __cplusplus … … 78 78 #endif 79 79 80 #endif 80 #endif /* _AUBIO_SCALE_H */
Note: See TracChangeset
for help on using the changeset viewer.