mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +01:00
Store Region export state in instant.xml (fixes #3935)
git-svn-id: svn://localhost/ardour2/branches/3.0@11376 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
aaf418bd6f
commit
ab8cea1d7c
6 changed files with 57 additions and 8 deletions
|
|
@ -90,8 +90,6 @@ ExportProfileManager::ExportProfileManager (Session & s, std::string xml_node_na
|
|||
|
||||
ExportProfileManager::~ExportProfileManager ()
|
||||
{
|
||||
if (single_range_mode) { return; }
|
||||
|
||||
XMLNode * instant_xml (new XMLNode (xml_node_name));
|
||||
serialize_profile (*instant_xml);
|
||||
session.add_instant_xml (*instant_xml, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue