use new event loop callback to ensure that all surface/control protocol threads have tempo map ptr set

This commit is contained in:
Paul Davis 2022-05-16 15:24:27 -06:00
parent 968533cc23
commit 9758e6280f
15 changed files with 58 additions and 0 deletions

View file

@ -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;