mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove another NUTEMPO warning by connecting AudioClock to static MapChanged signal
This commit is contained in:
parent
eccfc1db10
commit
7762dde95e
2 changed files with 6 additions and 4 deletions
|
|
@ -244,7 +244,7 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
|
|||
samplepos_t samples_from_audiosamples_string (const std::string&) const;
|
||||
|
||||
void session_configuration_changed (std::string);
|
||||
void session_property_changed (const PBD::PropertyChange&);
|
||||
void tempo_map_changed ();
|
||||
|
||||
Field index_to_field () const;
|
||||
|
||||
|
|
@ -273,6 +273,8 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
|
|||
|
||||
double xscale;
|
||||
double yscale;
|
||||
|
||||
PBD::ScopedConnection tempo_map_connection;
|
||||
};
|
||||
|
||||
#endif /* __audio_clock_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue