mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
new Temporal API to allow keeping MIDI notes in position after a map-tempo operation
This commit is contained in:
parent
30d2d7824e
commit
fa225846af
11 changed files with 153 additions and 2 deletions
|
|
@ -4882,6 +4882,10 @@ DomainSwapInformation::undo ()
|
|||
p->set_time_domain (previous);
|
||||
}
|
||||
|
||||
for (auto & tt : time_things) {
|
||||
tt->swap_domain (previous == AudioTime ? BeatTime : AudioTime, previous);
|
||||
}
|
||||
|
||||
clear ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue