mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
do not honor aux send data in recall
This commit is contained in:
parent
ea9a7a9f21
commit
b52f27721a
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue