summaryrefslogtreecommitdiff
path: root/libs/ardour/st_stretch.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-27 00:59:30 +0000
committerDavid Robillard <d@drobilla.net>2009-02-27 00:59:30 +0000
commit9f77cd9e19cd639c24c99b214a436294a54eb49a (patch)
treedb08f4ad73df44f8c540c11740d4dcc74a135204 /libs/ardour/st_stretch.cc
parent60b0022d75fff0a6057fcbb30c7858e8f4c646b6 (diff)
Step towards having both rubberband and soundtouch compiled in at once.
git-svn-id: svn://localhost/ardour2/branches/3.0@4697 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/st_stretch.cc')
-rw-r--r--libs/ardour/st_stretch.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/st_stretch.cc b/libs/ardour/st_stretch.cc
index ff46303eee..5adf8ad6d1 100644
--- a/libs/ardour/st_stretch.cc
+++ b/libs/ardour/st_stretch.cc
@@ -35,7 +35,7 @@ using namespace ARDOUR;
using namespace PBD;
using namespace soundtouch;
-Stretch::Stretch (Session& s, TimeFXRequest& req)
+STStretch::STStretch (Session& s, TimeFXRequest& req)
: Filter (s)
, tsr (req)
{
@@ -59,12 +59,12 @@ Stretch::Stretch (Session& s, TimeFXRequest& req)
tsr.progress = 0.0f;
}
-Stretch::~Stretch ()
+STStretch::~STStretch ()
{
}
int
-Stretch::run (boost::shared_ptr<Region> a_region)
+STStretch::run (boost::shared_ptr<Region> a_region)
{
SourceList nsrcs;
nframes_t total_frames;