mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
TimeFX: copy region gain evevelope
This commit is contained in:
parent
3c63a81c1c
commit
3f1cb6c019
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue