TimeFX: copy region gain evevelope

This commit is contained in:
Robin Gareus 2025-05-08 17:34:07 +02:00
parent 3c63a81c1c
commit 3f1cb6c019
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -133,7 +133,7 @@ Filter::finish (std::shared_ptr<Region> 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<timepos_t>::min());
plist.add (Properties::name, region_name);