Files
ardour/libs
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-21 11:35:34 -06:00
2021-03-01 22:14:38 +01:00