mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
use new event loop callback to ensure that all surface/control protocol threads have tempo map ptr set
This commit is contained in:
parent
968533cc23
commit
9758e6280f
15 changed files with 58 additions and 0 deletions
|
|
@ -411,6 +411,8 @@ public:
|
|||
void send_bank_switch(bool up);
|
||||
int send_bank_base () const { return _send_bank_base; }
|
||||
|
||||
CONTROL_PROTOCOL_THREADS_NEED_TEMPO_MAP_DECL();
|
||||
|
||||
private:
|
||||
bool in_use;
|
||||
TrackMode _track_mode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue