summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer/types.h
blob: ae98cde7bdf83f8fed2c1a06d60e1b80aa053497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef AUDIOGRAPHER_TYPES_H
#define AUDIOGRAPHER_TYPES_H

#include <stdint.h>

namespace AudioGrapher {

/* XXX: copied from libardour */	
typedef int64_t framecnt_t;
	
typedef uint8_t ChannelCount;

typedef float DefaultSampleType;

} // namespace

#endif // AUDIOGRAPHER_TYPES_H