From 9194d932136f1de2156427f92fd2984c8eb397f8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 27 Oct 2025 10:51:45 -0600 Subject: [PATCH] NO-OP: correct comment --- 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 be365aa76f..c88ee015ff 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -5795,7 +5795,7 @@ TriggerBoxThread::build_audio_source (AudioTrigger* t, Temporal::timecnt_t const plist.add (ARDOUR::Properties::opaque, true); std::shared_ptr whole = RegionFactory::create (sources, plist); - /* ... and insert a discrete copy into the playlist*/ + /* ... and use a discrete copy as the region for the slot/trigger */ PropertyList plist2; plist2.add (ARDOUR::Properties::whole_file, false); std::shared_ptr copy (RegionFactory::create (whole, plist2));