split up session code that uses parts of the JACK API (timebase + session event handl...
[ardour.git] / libs / ardour / ardour / rb_effect.h
index f7ad6af9a59b5b10b0bcad2efeb1453aad1deaf4..1d36f31332fb602e74f0e02443412e43996fd441 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
@@ -21,6 +21,7 @@
 #define __ardour_rbeffect_h__
 
 #include "ardour/filter.h"
+#include "ardour/timefx_request.h"
 
 namespace ARDOUR {
 
@@ -31,7 +32,7 @@ class RBEffect : public Filter {
        RBEffect (ARDOUR::Session&, TimeFXRequest&);
        ~RBEffect ();
 
-       int run (boost::shared_ptr<ARDOUR::Region>);
+       int run (boost::shared_ptr<ARDOUR::Region>, Progress* progress = 0);
 
   private:
        TimeFXRequest& tsr;