summaryrefslogtreecommitdiff
path: root/libs/ardour/st_pitch.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-01-24 17:04:15 +0000
committerCarl Hetherington <carl@carlh.net>2012-01-24 17:04:15 +0000
commitddd162bdb050558f93222800ebd57d737f2c9e0d (patch)
tree6b2f9e0f9a5f7f9c4aa9f9d44163e8aabe59980a /libs/ardour/st_pitch.cc
parentf3624c18748f2a07d6be16558ce069e6f1366569 (diff)
Make time stretch respect edit groups (#4615).
git-svn-id: svn://localhost/ardour2/branches/3.0@11334 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/st_pitch.cc')
-rw-r--r--libs/ardour/st_pitch.cc3
1 files changed, 1 insertions, 2 deletions
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> region)
{
- tsr.progress = 1.0f;
tsr.done = true;
return 1;