Files
ardour/libs/pbd/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-06-22 13:31:08 -06:00
2020-10-13 21:27:16 +02:00
2022-09-07 00:09:54 +02:00
2015-10-05 16:17:49 +02:00
2022-07-07 05:21:54 +02:00
2022-05-12 05:27:27 +02:00
2022-06-21 17:31:50 -06:00
2020-10-13 21:27:16 +02:00
2020-12-10 20:21:29 +01:00