summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2017-12-07 11:05:57 -0600
committerBen Loftis <ben@harrisonconsoles.com>2017-12-07 11:08:26 -0600
commitdade19310d5acd83d56ea4c3b720216a49c21e1d (patch)
treec6816b8598a123cdc18a55a06a5ddf3d7cb3af10 /gtk2_ardour/editor.h
parentefc858dc8149f3b3456781451ef42dc69eee2d5e (diff)
Lua scripting: add convenience function Editor::trigger_script_by_name().
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 1331eebfc0..98b96b65b7 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -658,6 +658,7 @@ private:
gint really_remove_marker (ARDOUR::Location* loc);
void goto_nth_marker (int nth);
void trigger_script (int nth);
+ void trigger_script_by_name ( const std::string script_name );
void toggle_marker_lines ();
void set_marker_line_visibility (bool);