Ardour  8.7-14-g57a6773833
audiographer/audiographer/types.h
Go to the documentation of this file.
1 #ifndef AUDIOGRAPHER_TYPES_H
2 #define AUDIOGRAPHER_TYPES_H
3 
4 #include <stdint.h>
5 
7 
8 namespace AudioGrapher {
9 
10 /* XXX: copied from libardour */
11 typedef int64_t samplecnt_t;
12 
13 typedef uint8_t ChannelCount;
14 
15 typedef float DefaultSampleType;
16 
17 } // namespace
18 
19 #endif // AUDIOGRAPHER_TYPES_H