make MIDI Patch Manager search in $user_config_dir/patchfiles for midnam files as...
[ardour.git] / libs / ardour / ardour / pitch.h
index 3173f9ff235a65122f7b993fc6e13364c91bb1bd..961609938cee029a702eca9f3d817e74c81b990b 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_pitch_h__
 #define __ardour_pitch_h__
 
+#ifdef WAF_BUILD
+#include "libardour-config.h"
+#endif
+
 #include "ardour/filter.h"
+#include "ardour/timefx_request.h"
 
 namespace ARDOUR {
        class AudioRegion;
@@ -49,7 +54,7 @@ class Pitch : public Filter {
        Pitch (ARDOUR::Session&, TimeFXRequest&);
        ~Pitch () {}
 
-       int run (boost::shared_ptr<ARDOUR::Region>);
+       int run (boost::shared_ptr<ARDOUR::Region>, Progress *);
 
   private:
        TimeFXRequest& tsr;