mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
use existing (inline) method for updating thread local tempo map after update (avoid code duplication)
This commit is contained in:
parent
901f593af5
commit
34a3db7eaa
1 changed files with 1 additions and 1 deletions
|
|
@ -3075,7 +3075,7 @@ TempoMap::update (TempoMap::SharedPtr m)
|
|||
_map_mgr.update (m);
|
||||
|
||||
/* update thread local map pointer in the calling thread */
|
||||
_tempo_map_p = _map_mgr.reader();
|
||||
update_thread_tempo_map ();
|
||||
|
||||
cerr << "New tempo map:\n";
|
||||
_tempo_map_p->dump (cerr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue