temporal: TempoMap::Changed is now a static member named TempoMap::MapChanged

This commit is contained in:
Paul Davis 2020-12-30 22:27:37 -07:00
parent 657350455e
commit 364fffd458
3 changed files with 14 additions and 15 deletions

View file

@ -230,9 +230,7 @@ ArdourFeedback::observe_transport ()
sess.RecordStateChanged.connect (_transport_connections, MISSING_INVALIDATOR,
boost::bind<void> (RecordStateObserver (), this), event_loop ());
#warning NUTEMPO this is not right. the actual map can change. static signal?
Temporal::TempoMap::use()->Changed.connect (_transport_connections, MISSING_INVALIDATOR,
boost::bind<void> (TempoObserver (), this), event_loop ());
Temporal::TempoMap::MapChanged.connect (_transport_connections, MISSING_INVALIDATOR, boost::bind<void> (TempoObserver (), this), event_loop ());
}
void