add API to retrieve triggerbox widget from trigger strip

This commit is contained in:
Paul Davis 2025-10-25 15:17:18 -06:00
parent 8641e155cf
commit 7b5030bdf1

View file

@ -64,6 +64,8 @@ public:
void fast_update ();
TriggerBoxWidget & triggerbox_widget() { return _trigger_display; }
static PBD::Signal<void(TriggerStrip*)> CatchDeletion;
protected: