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/plugin.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/plugin.cc') diff --git a/libs/ardour/plugin.cc b/libs/ardour/plugin.cc index 64f00cf1c4..e0ba0f00f7 100644 --- a/libs/ardour/plugin.cc +++ b/libs/ardour/plugin.cc @@ -358,9 +358,9 @@ Plugin::write_immediate_event (size_t size, const uint8_t* buf) int Plugin::connect_and_run (BufferSet& bufs, - framepos_t /*start*/, framepos_t /*end*/, double /*speed*/, + samplepos_t /*start*/, samplepos_t /*end*/, double /*speed*/, ChanMapping /*in_map*/, ChanMapping /*out_map*/, - pframes_t nframes, framecnt_t /*offset*/) + pframes_t nframes, samplecnt_t /*offset*/) { if (bufs.count().n_midi() > 0) { -- cgit v1.2.3