better comment change
[ardour.git] / libs / audiographer / audiographer / types.h
1 #ifndef AUDIOGRAPHER_TYPES_H
2 #define AUDIOGRAPHER_TYPES_H
3
4 #include <stdint.h>
5
6 namespace AudioGrapher {
7
8 /* XXX: copied from libardour */        
9 typedef int64_t framecnt_t;
10         
11 typedef uint8_t ChannelCount;
12
13 typedef float DefaultSampleType;
14
15 } // namespace
16
17 #endif // AUDIOGRAPHER_TYPES_H