13
0
livetrax/libs/temporal
Paul Davis b4cf61304c fix meter point removal
std::upper_bound() was not the correct tool to find the existing point,
it should have been std::lower_bound(). For code consistency, this
change doesn't use either but like ::remove_tempo() and similar methods,
just iterates over the whole list
2022-03-21 11:35:34 -06:00
..
MSVCtemporal
temporal
test
bbt_time.cc
beats.cc
debug.cc
enums.cc
range.cc
superclock.cc
tempo.cc fix meter point removal 2022-03-21 11:35:34 -06:00
test2.cc
test.cc
time.cc
timeline.cc
wscript