mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +01:00
temporal: after changing a tempo point, reset the map starting at that point
This commit is contained in:
parent
be2a29b8c3
commit
a57f4fbce6
1 changed files with 1 additions and 0 deletions
|
|
@ -828,6 +828,7 @@ void
|
||||||
TempoMap::change_tempo (TempoPoint & p, Tempo const & t)
|
TempoMap::change_tempo (TempoPoint & p, Tempo const & t)
|
||||||
{
|
{
|
||||||
*((Tempo*)&p) = t;
|
*((Tempo*)&p) = t;
|
||||||
|
reset_starting_at (p.sclock());
|
||||||
}
|
}
|
||||||
|
|
||||||
TempoPoint &
|
TempoPoint &
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue