From e6915e01de2e2167c3384c6c8f2408f763971616 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 18 Sep 2018 18:51:59 -0400 Subject: new transport slave/master implementation, libs/ edition --- libs/ardour/ardour/rc_configuration.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour/rc_configuration.h') diff --git a/libs/ardour/ardour/rc_configuration.h b/libs/ardour/ardour/rc_configuration.h index a644d76250..f3b98c7774 100644 --- a/libs/ardour/ardour/rc_configuration.h +++ b/libs/ardour/ardour/rc_configuration.h @@ -55,6 +55,7 @@ class LIBARDOUR_API RCConfiguration : public PBD::Configuration XMLNode * instant_xml (const std::string& str); XMLNode* control_protocol_state () { return _control_protocol_state; } + XMLNode* transport_master_state () { return _transport_master_state; } /* define accessor methods */ @@ -83,6 +84,7 @@ class LIBARDOUR_API RCConfiguration : public PBD::Configuration #undef CONFIG_VARIABLE_SPECIAL XMLNode* _control_protocol_state; + XMLNode* _transport_master_state; }; /* XXX: rename this */ -- cgit v1.2.3