Respond to MMC even when synced to JACK. Fixes #3700.
[ardour.git] / libs / ardour / ardour / midi_stretch.h
index f4b8f1c6180b9ca1ac515d2ae504f593ad1d80ed..90c75bbc18116b943e34f242a5072ef749f72944 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
@@ -20,7 +20,7 @@
 #ifndef __ardour_midi_stretch_h__
 #define __ardour_midi_stretch_h__
 
-#include <ardour/filter.h>
+#include "ardour/filter.h"
 
 namespace ARDOUR {
 
@@ -29,7 +29,7 @@ class MidiStretch : public Filter {
        MidiStretch (ARDOUR::Session&, TimeFXRequest&);
        ~MidiStretch ();
 
-       int run (boost::shared_ptr<ARDOUR::Region>);
+       int run (boost::shared_ptr<ARDOUR::Region>, Progress* progress = 0);
 
   private:
        TimeFXRequest& _request;