From 3f1cb6c0197b59d9bb0afa3dd7e31e23a006afea Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 8 May 2025 17:34:07 +0200 Subject: [PATCH] TimeFX: copy region gain evevelope --- libs/ardour/filter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/filter.cc b/libs/ardour/filter.cc index 671f947fc7..d31ca0faa3 100644 --- a/libs/ardour/filter.cc +++ b/libs/ardour/filter.cc @@ -133,7 +133,7 @@ Filter::finish (std::shared_ptr region, SourceList& nsrcs, string region } results.clear (); - PropertyList plist (region->derive_properties (true, false)); + PropertyList plist (region->derive_properties (true, true)); plist.add (Properties::start, std::numeric_limits::min()); plist.add (Properties::name, region_name);