mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
rationalize save/restore of control surface "feedback" property
This commit is contained in:
parent
2b81d4d0fe
commit
2ea5962af2
6 changed files with 31 additions and 21 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue