rationalize save/restore of control surface "feedback" property

This commit is contained in:
Paul Davis 2015-06-24 13:46:07 -04:00
parent 2b81d4d0fe
commit 2ea5962af2
6 changed files with 31 additions and 21 deletions

View file

@ -135,6 +135,8 @@ class LIBCONTROLCP_API ControlProtocol : public PBD::Stateful, public PBD::Scope
virtual void tear_down_gui() { }
XMLNode& get_state ();
int set_state (XMLNode const &, int version);
static const std::string state_node_name;
protected: