From 0df52eecf2245c69ec59556245c434c7e9e6589f Mon Sep 17 00:00:00 2001 From: Nikolaus Gullotta Date: Fri, 17 May 2019 11:50:01 -0500 Subject: [PATCH] add access to mixer_snapshot's session --- libs/ardour/ardour/mixer_snapshot.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/ardour/mixer_snapshot.h b/libs/ardour/ardour/mixer_snapshot.h index 2f9ff6cf12..5f1530aae6 100644 --- a/libs/ardour/ardour/mixer_snapshot.h +++ b/libs/ardour/ardour/mixer_snapshot.h @@ -55,6 +55,8 @@ class LIBARDOUR_API MixerSnapshot void load(const std::string); bool has_specials(); + ARDOUR::Session* get_session() {return _session;}; + struct State { std::string id; std::string name;