mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
temporal: TempoMap::Changed is now a static member named TempoMap::MapChanged
This commit is contained in:
parent
657350455e
commit
364fffd458
3 changed files with 14 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue