temporal: after changing a tempo point, reset the map starting at that point

This commit is contained in:
Paul Davis 2022-05-10 09:44:01 -06:00
parent be2a29b8c3
commit a57f4fbce6

View File

@ -828,6 +828,7 @@ void
TempoMap::change_tempo (TempoPoint & p, Tempo const & t)
{
*((Tempo*)&p) = t;
reset_starting_at (p.sclock());
}
TempoPoint &