summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
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/ardour
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/ardour')
-rw-r--r--libs/ardour/ardour/stretch.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/ardour/ardour/stretch.h b/libs/ardour/ardour/stretch.h
index d0c05ac6d1..0b0de1be57 100644
--- a/libs/ardour/ardour/stretch.h
+++ b/libs/ardour/ardour/stretch.h
@@ -28,10 +28,10 @@
namespace ARDOUR {
-class Stretch : public RBEffect {
+class RBStretch : public RBEffect {
public:
- Stretch (ARDOUR::Session&, TimeFXRequest&);
- ~Stretch() {}
+ RBStretch (ARDOUR::Session&, TimeFXRequest&);
+ ~RBStretch() {}
};
} /* namespace */
@@ -42,10 +42,10 @@ class Stretch : public RBEffect {
namespace ARDOUR {
-class Stretch : public Filter {
+class STStretch : public Filter {
public:
- Stretch (ARDOUR::Session&, TimeFXRequest&);
- ~Stretch ();
+ STStretch (ARDOUR::Session&, TimeFXRequest&);
+ ~STStretch ();
int run (boost::shared_ptr<ARDOUR::Region>);