13
0
livetrax/libs/evoral
Robin Gareus 176c41a485
Fix region-gain when region-start is trimmed
Region-gain (unlike other automation) is specific to the
region and independent of the source. Region::start() offset
does not apply. When region-start is trimmed the region's
envelope is modified (not just offset). The event-list is truncated.

Any audio-region envelope does (and must) have a point exactly
at the start and end of the region.

truncate_start() can thus calculate the earliest position of
valid events with the new length relative to the last event.

The mathematical operator for that is subtraction, not distance.
2022-03-17 23:46:55 +01:00
..
evoral smf_source: implement SMF::UsedChannels as a bitset; move midi screening into load_model() 2022-03-01 10:11:14 -06:00
libsmf Significantly speed up loading SMF tempo-maps 2022-02-05 17:33:21 +01:00
MSVCevoral
test
Control.cc
ControlList.cc Fix region-gain when region-start is trimmed 2022-03-17 23:46:55 +01:00
ControlSet.cc
Curve.cc NO-OP: clean up maths, remove extra brackets 2021-09-02 20:45:30 +02:00
debug.cc
Event.cc
Note.cc
run-tests.sh
Sequence.cc libevoral: fix some existing or potential issues with time domains 2021-08-13 12:51:34 -06:00
SMF.cc smf_source: implement SMF::UsedChannels as a bitset; move midi screening into load_model() 2022-03-01 10:11:14 -06:00
SMFReader.cc
wscript wscript: drop configure statements already present in the top level wscript 2022-01-22 22:19:03 +01:00