more MTC stuff, including toggleable use of torben's PI controller
[ardour.git] / libs / ardour / ardour / reverse.h
index c60df990f2f4e9af5ee33cf62fe7054e5cd8cac1..0831e8184ba83687eb3ea6b7c514f4ad3ff5ec46 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2004 Paul Davis 
+    Copyright (C) 2004 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
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __ardour_reverse_h__
 #define __ardour_reverse_h__
 
-#include <ardour/audiofilter.h>
+#include "ardour/filter.h"
 
 namespace ARDOUR {
 
-class Reverse : public AudioFilter {
+class Reverse : public Filter {
   public:
        Reverse (ARDOUR::Session&);
        ~Reverse ();
 
-       int run (boost::shared_ptr<ARDOUR::AudioRegion>);
+       int run (boost::shared_ptr<ARDOUR::Region>);
 };
 
 } /* namespace */