Factor out ControlProtocol::get_session()

This commit is contained in:
David Robillard 2021-06-17 10:58:30 -04:00
parent ab17e1e019
commit e4163b47e0
3 changed files with 2 additions and 2 deletions

View file

@ -140,6 +140,8 @@ public:
static StripableNotificationList const& last_selected () { return _last_selected; }
static void notify_stripable_selection_changed (StripableNotificationListPtr);
ARDOUR::Session& get_session() { return *_session; }
protected:
void next_track (uint32_t initial_id);
void prev_track (uint32_t initial_id);