do not honor aux send data in recall

This commit is contained in:
Nikolaus Gullotta 2019-05-28 11:39:33 -05:00
parent ea9a7a9f21
commit b52f27721a

View file

@ -506,6 +506,8 @@ XMLNode& MixerSnapshot::sanitize_node(XMLNode& node)
node.remove_node_and_delete(node_name, prop_name, (*it));
}
node.remove_node_and_delete("Processor", "role", "Aux");
#ifdef MIXBUS
XMLNodeList nlist;