X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fardour.h;h=3865ce6eceae39dddb6ee4e52f5c30420a529ebc;hb=9a05a0fbfbc54a68f658b800c10f1a4ebc461f8f;hp=9b1351a3fce114bf5d0a7f0209ac5b7fe31869c1;hpb=2a7ed69c28c5c4606ff13b3605b9bc9c3eba607d;p=ardour.git diff --git a/libs/ardour/ardour/ardour.h b/libs/ardour/ardour/ardour.h index 9b1351a3fc..3865ce6ece 100644 --- a/libs/ardour/ardour/ardour.h +++ b/libs/ardour/ardour/ardour.h @@ -38,8 +38,6 @@ #include "ardour/types.h" #include "ardour/libardour_visibility.h" -#include - namespace MIDI { class MachineControl; class Port; @@ -50,7 +48,10 @@ namespace ARDOUR { class AudioEngine; extern LIBARDOUR_API PBD::Signal1 BootMessage; + extern LIBARDOUR_API PBD::Signal3 PluginScanMessage; + extern LIBARDOUR_API PBD::Signal1 PluginScanTimeout; extern LIBARDOUR_API PBD::Signal0 GUIIdle; + extern LIBARDOUR_API PBD::Signal3 CopyConfigurationFiles; /** * @param with_vst true to enable VST Support @@ -81,6 +82,13 @@ namespace ARDOUR { LIBARDOUR_API void setup_fpu (); LIBARDOUR_API std::vector get_available_sync_options(); + + /* the @param ui_handler will be called if there are old configuration + * files to be copied. It should (probably) ask the user about the + * action, and return true or false depending on whether or not the + * copy should take place. + */ + LIBARDOUR_API int check_for_old_configuration_files (boost::function ui_handler); } #endif /* __ardour_ardour_h__ */