13
0

libardour: session listens to tempo map change again

This commit is contained in:
Paul Davis 2020-12-31 14:04:50 -07:00
parent 37399f7d50
commit 1ab27fd98f

View File

@ -603,6 +603,8 @@ Session::Session (AudioEngine &eng,
Config->ParameterChanged.connect_same_thread (*this, boost::bind (&Session::config_changed, this, _1, false));
config.ParameterChanged.connect_same_thread (*this, boost::bind (&Session::config_changed, this, _1, true));
TempoMap::MapChanged.connect_same_thread (*this, boost::bind (&Session::tempo_map_changed, this));
if (was_dirty) {
DirtyChanged (); /* EMIT SIGNAL */
}