13
0
livetrax/libs
Robin Gareus 8ba21e7fff
Fix region-gain when trimming, cutting or partitioning regions
The during trim-front, the call order is
 1. Region::set_position_internal
 2. Region::set_length_internal

::set_position_internal sets `_last_length.set_position (position());`
but the later call ::set_length_internal does `_last_length = _length;`
This sets last_position() == position(), and later Region::mid_thaw()
does not call Region::recompute_at_start().

Region gain envelope was not updated.

see also 00a1b7cb24 and 13d10582f0
2022-09-26 14:57:25 +02:00
..
appleutility
ardour Fix region-gain when trimming, cutting or partitioning regions 2022-09-26 14:57:25 +02: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 Allow to scan midi file during file read 2022-09-25 02:46:09 +02:00
fluidsynth
fst
gtkmm2ext Update size-request when font/style is set 2022-09-20 03:33:15 +02:00
hidapi
libltc
lua
midi++2
panners
pbd downloader: create destdir if it does not already exist, throw exception if this fails 2022-09-26 01:10:20 -06:00
plugins
ptformat
qm-dsp
surfaces push2: apply concept in 0af0e3a8e8 to push2 code (unused follow action icon) 2022-09-22 09:20:01 -06:00
temporal remove some debug output 2022-09-21 09:13:26 -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