Changeset 0dc5fe3 for src


Ignore:
Timestamp:
May 17, 2006, 9:48:10 PM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
680137a
Parents:
7011e8a
Message:

update types doc
update types doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/types.h

    r7011e8a r0dc5fe3  
    2121#define AUBIO_TYPES_H
    2222
    23 /**
    24  * \file
    25  * API wise types
    26  *
    27  * \todo replace all known types with their alias (in midi*.[ch])
    28  *
    29  * \todo add unknown types aliases (char, FILE)
    30  *
    31  * \todo add OS switches
    32  *
    33  * \todo add long/float switches
    34  */
     23/** \file
     24 
     25  Definition of data types used in aubio
     26 
     27  \todo replace all known types with their alias (in midi*.[ch])
     28 
     29  \todo add unknown types aliases (char, FILE)
     30 
     31  \todo add OS switches
     32 
     33  \todo add long/float switches
     34
     35*/
    3536
    3637#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.