- 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/onset
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/onset.h
rd2be104 r6f42c16 40 40 41 41 42 #ifndef _AUBIO_ONSET_H43 #define _AUBIO_ONSET_H42 #ifndef AUBIO_ONSET_H 43 #define AUBIO_ONSET_H 44 44 45 45 #ifdef __cplusplus … … 286 286 #endif 287 287 288 #endif /* _AUBIO_ONSET_H */288 #endif /* AUBIO_ONSET_H */ -
src/onset/peakpicker.h
rd2be104 r6f42c16 27 27 */ 28 28 29 #ifndef _AUBIO_PEAKPICK_H30 #define _AUBIO_PEAKPICK_H29 #ifndef AUBIO_PEAKPICK_H 30 #define AUBIO_PEAKPICK_H 31 31 32 32 #ifdef __cplusplus … … 55 55 #endif 56 56 57 #endif /* _AUBIO_PEAKPICK_H */57 #endif /* AUBIO_PEAKPICK_H */
Note: See TracChangeset
for help on using the changeset viewer.