diff --git a/libs/ardour/sidechain.cc b/libs/ardour/sidechain.cc index e759af3d5d..eb4f4e1c8b 100644 --- a/libs/ardour/sidechain.cc +++ b/libs/ardour/sidechain.cc @@ -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; }