Changeset b235c0e for src/synth


Ignore:
Timestamp:
Dec 11, 2013, 1:04:27 AM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/: sync header defines, remove trailing spaces, update copyrights

Signed-off-by: Paul Brossier <piem@piem.org>

Location:
src/synth
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/synth/sampler.h

    r3194dca1 rb235c0e  
    1919*/
    2020
    21 #ifndef _AUBIO_SYNTH_SAMPLER_H
    22 #define _AUBIO_SYNTH_SAMPLER_H
     21#ifndef _AUBIO_SAMPLER_H
     22#define _AUBIO_SAMPLER_H
    2323
    2424/** \file
     
    138138#endif
    139139
    140 #endif /* _AUBIO_SYNTH_SAMPLER_H */
     140#endif /* _AUBIO_SAMPLER_H */
  • src/synth/wavetable.h

    r3194dca1 rb235c0e  
    1919*/
    2020
    21 #ifndef _AUBIO_SYNTH_WAVETABLE_H
    22 #define _AUBIO_SYNTH_WAVETABLE_H
     21#ifndef _AUBIO_WAVETABLE_H
     22#define _AUBIO_WAVETABLE_H
    2323
    2424/** \file
     
    176176#endif
    177177
    178 #endif /* _AUBIO_SYNTH_WAVETABLE_H */
     178#endif /* _AUBIO_WAVETABLE_H */
Note: See TracChangeset for help on using the changeset viewer.