Use XMLNode::set_property in ARDOUR::SideChain class
This commit is contained in:
parent
23d8c41f01
commit
89519d2e37
@ -48,7 +48,7 @@ XMLNode&
|
||||
SideChain::state (bool full)
|
||||
{
|
||||
XMLNode& node = IOProcessor::state (full);
|
||||
node.add_property ("type", "sidechain");
|
||||
node.set_property ("type", "sidechain");
|
||||
return node;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user