13
0

use existing (inline) method for updating thread local tempo map after update (avoid code duplication)

This commit is contained in:
Paul Davis 2021-02-10 09:31:13 -07:00
parent 901f593af5
commit 34a3db7eaa

View File

@ -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);