save version string with session for informational purposes
[ardour.git] / libs / ardour / ardour / reverse.h
index c60df990f2f4e9af5ee33cf62fe7054e5cd8cac1..4c24a7c1cb07e23edce669115ba7935b65d0ea0f 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 LIBARDOUR_API Reverse : public Filter {
   public:
        Reverse (ARDOUR::Session&);
        ~Reverse ();
 
-       int run (boost::shared_ptr<ARDOUR::AudioRegion>);
+       int run (boost::shared_ptr<ARDOUR::Region>, Progress *);
 };
 
 } /* namespace */