13
0
livetrax/libs
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
..
appleutility
ardour move default_triggers_per_box into a namespace ; change value for Ardour to 16 2022-10-04 19:55:05 -06:00
ardouralsautil Distinct stderr messages from ARD 2022-09-12 16:15:10 +02:00
audiographer Fix typos 2022-09-21 19:09:55 -06:00
auscan
backends Increase coreMIDI robustness, do not drop late events 2022-09-24 02:29:50 +02:00
canvas canvas: NOOP - meter, whitespace adjustment 2022-09-03 16:46:41 -06:00
clearlooks-newer
evoral Fix memory leak for invalid SMF event 2022-10-04 03:29:52 +02:00
fluidsynth
fst
gtkmm2ext Update size-request when font/style is set 2022-09-20 03:33:15 +02:00
hidapi
libltc
lua LuaBridge - add API to try convert a value 2022-09-26 21:39:21 +02:00
midi++2
panners
pbd Insert_or_assign properties, allow to override properties 2022-10-07 00:32:14 +02:00
plugins
ptformat
qm-dsp
surfaces move default_triggers_per_box into a namespace ; change value for Ardour to 16 2022-10-04 19:55:05 -06:00
temporal fix RangeTest to account for Range now using exclusive ends, not inclusive 2022-10-05 17:30:45 -06:00
vamp-plugins
vamp-pyin Fix typos 2022-09-21 19:09:55 -06:00
vfork
vst3
waveview
widgets Allow multiple sizing texts for ArdourButton/Dropdown 2022-09-20 02:35:26 +02:00
zita-convolver
zita-resampler