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