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/automation_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/automation_control.h') diff --git a/libs/ardour/ardour/automation_control.h b/libs/ardour/ardour/automation_control.h index e875ea98a6..8de0ec6ec0 100644 --- a/libs/ardour/ardour/automation_control.h +++ b/libs/ardour/ardour/automation_control.h @@ -106,7 +106,7 @@ public: actually_set_value (val, PBD::Controllable::NoGroup); } - virtual void automation_run (framepos_t start, pframes_t nframes); + virtual void automation_run (samplepos_t start, pframes_t nframes); double lower() const { return _desc.lower; } double upper() const { return _desc.upper; } -- cgit v1.2.3