Clamp values in ControlList
[ardour.git] / gtk2_ardour / luawindow.h
index 38f688d4ad8b2e5bbc521b22137c89cec862dc3b..33d7fd151755ae7e237b7a7e46cb206a5000c8f1 100644 (file)
@@ -53,6 +53,7 @@ class LuaWindow :
 
        void show_window ();
        bool hide_window (GdkEventAny *ev);
+       void edit_script (const std::string&, const std::string&);
 
        void set_session (ARDOUR::Session* s);