Automation of LV2 plugin properties.
[ardour.git] / libs / ardour / ardour / ardour.h
index 90a6272fac8e28855b982350b338f5e9a0ace8ad..29cfa4b354665cf46f923f90291df11d0f223926 100644 (file)
@@ -38,8 +38,6 @@
 #include "ardour/types.h"
 #include "ardour/libardour_visibility.h"
 
-#include <jack/jack.h>
-
 namespace MIDI {
        class MachineControl;
        class Port;
@@ -49,8 +47,10 @@ namespace ARDOUR {
 
        class AudioEngine;
 
-       LIBARDOUR_API extern PBD::Signal1<void,std::string> BootMessage;
-       LIBARDOUR_API extern PBD::Signal0<void> GUIIdle;
+       extern LIBARDOUR_API PBD::Signal1<void,std::string> BootMessage;
+       extern LIBARDOUR_API PBD::Signal3<void,std::string,std::string,bool> PluginScanMessage;
+       extern LIBARDOUR_API PBD::Signal1<void,int> PluginScanTimeout;
+       extern LIBARDOUR_API PBD::Signal0<void> GUIIdle;
 
        /**
         * @param with_vst true to enable VST Support
@@ -66,9 +66,9 @@ namespace ARDOUR {
        LIBARDOUR_API bool no_auto_connect ();
        LIBARDOUR_API void make_property_quarks ();
 
-       LIBARDOUR_API extern PBD::PropertyChange bounds_change;
-
-       LIBARDOUR_API extern const char* const ardour_config_info;
+       extern LIBARDOUR_API PBD::PropertyChange bounds_change;
+       
+       extern LIBARDOUR_API const char* const ardour_config_info;
 
        LIBARDOUR_API void find_bindings_files (std::map<std::string,std::string>&);