continue with MTC debugging
[ardour.git] / libs / ardour / ardour / stretch.h
index b01a9ae208b7c356d0d70b85af30022152263465..56a255553133bc277fe353010a945bf4e96fd3a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2007 Paul Davis 
+    Copyright (C) 2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 #ifndef __ardour_stretch_h__
 #define __ardour_stretch_h__
 
-#include <ardour/filter.h>
+#ifdef WAF_BUILD
+#include "libardour-config.h"
+#endif
+
+#include "ardour/filter.h"
 
 #ifdef USE_RUBBERBAND
 
-#include <ardour/rb_effect.h>
+#include "ardour/rb_effect.h"
 
 namespace ARDOUR {
 
-class Stretch : public RBEffect {
+class RBStretch : public RBEffect {
   public:
-       Stretch (ARDOUR::Session&, TimeFXRequest&);
-       ~Stretch() {}
+       RBStretch (ARDOUR::Session&, TimeFXRequest&);
+       ~RBStretch() {}
 };
 
 } /* namespace */
@@ -42,10 +46,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>);