Files
ardour/libs/pbd
Robin Gareus ebf59d4426 Insert_or_assign properties, allow to override properties
This allows to copy a property list and then selectively
replace various properties. e.g.

```
PropertyList plist (region->properties ());
plist.add (Properties::length, len);
plist.remove (Properties::start);
```

See also 8b0ab38675
and 97f0fac7d5
This also fixes the issue referenced in
8c83149c4c
2022-10-07 00:32:14 +02:00
..
2022-04-23 23:12:13 +02:00
2021-12-31 01:39:39 +01:00
2022-09-10 10:20:37 +01:00
2022-09-21 19:09:55 -06:00