From 5dbba0b1547ac6bec4e7cdcfbb7c8f20de61ccad Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 12 Aug 2025 23:29:54 -0600 Subject: [PATCH] when adding automation points from the kbd, use guard points It's just better when you edit later. --- gtk2_ardour/editor_actions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc index 048957bf8d..5dbbbcdb38 100644 --- a/gtk2_ardour/editor_actions.cc +++ b/gtk2_ardour/editor_actions.cc @@ -1347,7 +1347,7 @@ Editor::automation_create_point_at_edit_point () event.button.button = 1; event.button.state = 0; - atv->line()->add (atv->control(), &event, where, atv->line()->the_list()->eval (where), false, true); + atv->line()->add (atv->control(), &event, where, atv->line()->the_list()->eval (where), true, true); } void