From d18426ee958b3a8855bda3e42b23d43eff9e3ac1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 11 Feb 2022 10:32:50 -0700 Subject: [PATCH] debug output to show contents of trigger property changes --- libs/ardour/triggerbox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index b8dec6bb21..0dd23a96a8 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -229,7 +229,7 @@ Trigger::send_property_change (PropertyChange pc) if (_box.fast_forwarding()) { return; } - + cerr << "spc "; pc.dump (cerr); cerr << endl; PropertyChanged (pc); }