mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 10:36:34 +01:00
Use glib event callback in Mackie Control support to set thread-local variables
This commit is contained in:
parent
b7d22508fa
commit
ce7ea4ec36
3 changed files with 15 additions and 0 deletions
|
|
@ -141,6 +141,8 @@ public:
|
|||
static StripableNotificationList const& last_selected () { return _last_selected; }
|
||||
static void notify_stripable_selection_changed (StripableNotificationListPtr);
|
||||
|
||||
void event_loop_precall ();
|
||||
|
||||
protected:
|
||||
void next_track (uint32_t initial_id);
|
||||
void prev_track (uint32_t initial_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue