From 7b5030bdf14dc8729b4f204580ccea8918e5cfc1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 25 Oct 2025 15:17:18 -0600 Subject: [PATCH] add API to retrieve triggerbox widget from trigger strip --- gtk2_ardour/trigger_strip.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk2_ardour/trigger_strip.h b/gtk2_ardour/trigger_strip.h index 409d27a161..02f1edb963 100644 --- a/gtk2_ardour/trigger_strip.h +++ b/gtk2_ardour/trigger_strip.h @@ -64,6 +64,8 @@ public: void fast_update (); + TriggerBoxWidget & triggerbox_widget() { return _trigger_display; } + static PBD::Signal CatchDeletion; protected: