13
0
livetrax/libs/temporal
Paul Davis 8a59f3fe8e temporal: fix issue with removal of tempo, meter and bartime points
The correct algorithm is to traverse the type-specific list of points,
find the point (if any) whose time matches that of the argument (because
we do not allow multiple points of the same type at the same time), and
then use that discovered point from the _points list.

This approach is required because the actual argument may no longer be
in the tempo map (due to a change made by another thread). The lack of
sync, however, needs investigation.
2021-11-17 12:16:38 -07:00
..
MSVCtemporal
temporal temporal: move implementation of quarters_per_minute_at() into .cc file 2021-11-17 12:16:38 -07:00
bbt_time.cc temporal: fix error in operator>> for BBT_offset 2021-08-31 22:33:33 -06:00
beats.cc Fix --no-nls compilation 1/2 -- #8802 2021-09-27 16:28:44 +02:00
debug.cc
enums.cc
range.cc
superclock.cc Initial changes needed for building libtemporal with MSVC 2021-08-29 11:03:58 +01:00
tempo.cc temporal: fix issue with removal of tempo, meter and bartime points 2021-11-17 12:16:38 -07:00
test2.cc
test.cc
time.cc
timeline.cc temporal: allow negative timecnt_t to be used when constructing a timepos_t 2021-11-14 15:22:53 -07:00
wscript