From 1fedefc78592a1c1cde15891b699c75b384704f0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 30 May 2007 17:46:33 +0000 Subject: more use of int64_t to fix frame offset values git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1931 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/types.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libs') diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h index 05956336b6..7655f486e9 100644 --- a/libs/ardour/ardour/types.h +++ b/libs/ardour/ardour/types.h @@ -47,6 +47,12 @@ typedef int intptr_t; typedef uint32_t nframes_t; +/* eventually, we'd like everything (including JACK) to + move to this. for now, its a dedicated type. +*/ + +typedef int64_t nframes64_t; + namespace ARDOUR { class Source; -- cgit v1.2.3