- 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/synth
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/synth/sampler.h
r3194dca1 rb235c0e 19 19 */ 20 20 21 #ifndef _AUBIO_S YNTH_SAMPLER_H22 #define _AUBIO_S YNTH_SAMPLER_H21 #ifndef _AUBIO_SAMPLER_H 22 #define _AUBIO_SAMPLER_H 23 23 24 24 /** \file … … 138 138 #endif 139 139 140 #endif /* _AUBIO_S YNTH_SAMPLER_H */140 #endif /* _AUBIO_SAMPLER_H */ -
src/synth/wavetable.h
r3194dca1 rb235c0e 19 19 */ 20 20 21 #ifndef _AUBIO_ SYNTH_WAVETABLE_H22 #define _AUBIO_ SYNTH_WAVETABLE_H21 #ifndef _AUBIO_WAVETABLE_H 22 #define _AUBIO_WAVETABLE_H 23 23 24 24 /** \file … … 176 176 #endif 177 177 178 #endif /* _AUBIO_ SYNTH_WAVETABLE_H */178 #endif /* _AUBIO_WAVETABLE_H */
Note: See TracChangeset
for help on using the changeset viewer.