From ddd162bdb050558f93222800ebd57d737f2c9e0d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 24 Jan 2012 17:04:15 +0000 Subject: Make time stretch respect edit groups (#4615). git-svn-id: svn://localhost/ardour2/branches/3.0@11334 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/st_pitch.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libs/ardour/st_pitch.cc') diff --git a/libs/ardour/st_pitch.cc b/libs/ardour/st_pitch.cc index 307a41cbf7..8e65ea2b56 100644 --- a/libs/ardour/st_pitch.cc +++ b/libs/ardour/st_pitch.cc @@ -39,13 +39,12 @@ Pitch::Pitch (Session& s, TimeFXRequest& req) , tsr (req) { - tsr.progress = 0.0f; + } int Pitch::run (boost::shared_ptr region) { - tsr.progress = 1.0f; tsr.done = true; return 1; -- cgit v1.2.3