Files
ardour/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
..
2022-03-04 19:41:25 +01:00
2022-03-21 11:35:34 -06:00
2019-09-30 21:03:29 +02:00