copy plugin state to all instances when instantiating.
[ardour.git] / libs / ardour / directory_names.cc
index a5d7bbbe9bc56745226a9cb6739c83e14d28113d..298e4a20b3d5e1cd89b8c2cd900e5c27319f67e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 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
@@ -39,5 +39,10 @@ const char* const surfaces_dir_name = X_("surfaces");
 const char* const ladspa_dir_name = X_("ladspa");
 const char* const panner_dir_name = X_("panners");
 const char* const backend_dir_name = X_("backends");
+const char* const automation_dir_name = X_("automation");
+const char* const analysis_dir_name = X_("analysis");
+const char* const plugins_dir_name = X_("plugins");
+const char* const externals_dir_name = X_("externals");
+const char* const lua_dir_name = X_("scripts");
 
 }