Revert "fix LXVST support for plugins that make audioMaster callbacks from
[ardour.git] / libs / ardour / ardour / ardour.h
index 03de3965ec9f82251df3cb0abb224f03052eda8a..5f64c4b6a31bcae51e6d09ec3e2b15a211d11d0f 100644 (file)
@@ -50,7 +50,7 @@ namespace ARDOUR {
        extern PBD::Signal1<void,std::string> BootMessage;
        extern PBD::Signal0<void> GUIIdle;
 
-       int init (bool with_vst, bool try_optimization);
+       int init (bool with_vst, bool try_optimization, const char* localedir);
        void init_post_engine ();
        int cleanup ();
        bool no_auto_connect ();
@@ -62,8 +62,10 @@ namespace ARDOUR {
 
        void find_bindings_files (std::map<std::string,std::string>&);
 
-       std::string translation_kill_path ();
-       bool translations_are_disabled ();
+       /* these only impact bundled installations */
+       std::string translation_enable_path ();
+       bool translations_are_enabled ();
+       bool set_translations_enabled (bool);
 
        static inline microseconds_t get_microseconds () {
                return (microseconds_t) jack_get_time();