mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Factor out ControlProtocol::get_session()
This commit is contained in:
parent
ab17e1e019
commit
e4163b47e0
3 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue