summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/audiographer/types.h')
-rw-r--r--libs/audiographer/audiographer/types.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/audiographer/audiographer/types.h b/libs/audiographer/audiographer/types.h
index 558bab302f..ae98cde7bd 100644
--- a/libs/audiographer/audiographer/types.h
+++ b/libs/audiographer/audiographer/types.h
@@ -5,11 +5,13 @@
namespace AudioGrapher {
-typedef int64_t nframes_t;
+/* XXX: copied from libardour */
+typedef int64_t framecnt_t;
+
typedef uint8_t ChannelCount;
typedef float DefaultSampleType;
} // namespace
-#endif // AUDIOGRAPHER_TYPES_H \ No newline at end of file
+#endif // AUDIOGRAPHER_TYPES_H