mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
add name prop to MixerSnapshot root node
This commit is contained in:
parent
727ae70e3b
commit
daa274d12f
1 changed files with 1 additions and 0 deletions
|
|
@ -431,6 +431,7 @@ void MixerSnapshot::write(const string dir)
|
|||
node->set_property(X_("flags"), _flags);
|
||||
node->set_property(X_("favorite"), favorite);
|
||||
node->set_property(X_("modified-with"), last_modified_with);
|
||||
node->set_property(X_("name"), label);
|
||||
XMLNode* child;
|
||||
|
||||
child = node->add_child("Routes");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue