From 30b087ab3d28f1585987fa3f6ae006562ae192e3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 18 Sep 2017 12:39:17 -0400 Subject: globally change all use of "frame" to refer to audio into "sample". Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible --- libs/ardour/ardour/readable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour/readable.h') diff --git a/libs/ardour/ardour/readable.h b/libs/ardour/ardour/readable.h index 4098e26e40..2c84fc0431 100644 --- a/libs/ardour/ardour/readable.h +++ b/libs/ardour/ardour/readable.h @@ -30,8 +30,8 @@ class LIBARDOUR_API Readable { Readable () {} virtual ~Readable() {} - virtual framecnt_t read (Sample*, framepos_t pos, framecnt_t cnt, int channel) const = 0; - virtual framecnt_t readable_length() const = 0; + virtual samplecnt_t read (Sample*, samplepos_t pos, samplecnt_t cnt, int channel) const = 0; + virtual samplecnt_t readable_length() const = 0; virtual uint32_t n_channels () const = 0; }; -- cgit v1.2.3