- 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/onset
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/onset/onset.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. … … 40 40 41 41 42 #ifndef ONSET_H43 #define ONSET_H42 #ifndef _AUBIO_ONSET_H 43 #define _AUBIO_ONSET_H 44 44 45 45 #ifdef __cplusplus … … 269 269 #endif 270 270 271 #endif /* ONSET_H */271 #endif /* _AUBIO_ONSET_H */ -
TabularUnified src/onset/peakpicker.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. … … 27 27 */ 28 28 29 #ifndef PEAKPICK_H30 #define PEAKPICK_H29 #ifndef _AUBIO_PEAKPICK_H 30 #define _AUBIO_PEAKPICK_H 31 31 32 32 #ifdef __cplusplus … … 55 55 #endif 56 56 57 #endif /* PEAKPICK_H */57 #endif /* _AUBIO_PEAKPICK_H */
Note: See TracChangeset
for help on using the changeset viewer.