Changeset b235c0e for src/tempo


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/tempo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/tempo/beattracking.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Matthew Davies and Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Matthew Davies and Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    3737 
    3838*/
    39 #ifndef BEATTRACKING_H
    40 #define BEATTRACKING_H
     39#ifndef _AUBIO_BEATTRACKING_H
     40#define _AUBIO_BEATTRACKING_H
    4141
    4242#ifdef __cplusplus
     
    9999#endif
    100100
    101 #endif /* BEATTRACKING_H */
     101#endif /* _AUBIO_BEATTRACKING_H */
  • src/tempo/tempo.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2006-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2006-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    3131*/
    3232
    33 #ifndef TEMPO_H
    34 #define TEMPO_H
     33#ifndef _AUBIO_TEMPO_H
     34#define _AUBIO_TEMPO_H
    3535
    3636#ifdef __cplusplus
     
    134134#endif
    135135
    136 #endif /* TEMPO_H */
     136#endif /* _AUBIO_TEMPO_H */
Note: See TracChangeset for help on using the changeset viewer.