ardour/libs/audiographer/audiographer/types.h

15 lines
244 B
C++

#ifndef AUDIOGRAPHER_TYPES_H
#define AUDIOGRAPHER_TYPES_H
#include <stdint.h>
namespace AudioGrapher {
typedef int64_t nframes_t;
typedef uint8_t ChannelCount;
typedef float DefaultSampleType;
} // namespace
#endif // AUDIOGRAPHER_TYPES_H