From 304454c63ea00b57b55bc2023e1d52fb51e8ef7f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 May 2009 22:28:05 +0000 Subject: Fix loading connections inside subpatches to patch ports. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2039 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Parser.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/serialisation') diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp index 34d1d24c..02e08308 100644 --- a/src/serialisation/Parser.cpp +++ b/src/serialisation/Parser.cpp @@ -582,12 +582,11 @@ Parser::parse_patch( continue; } - cerr << "FIXME: PARSE PATCH" << endl; - //target->put(port_path, i->second); + target->put(port_path, i->second); } - parse_connections(world, target, model, subject, "/"); parse_properties(world, target, model, subject_node, patch_path, data); + parse_connections(world, target, model, subject, "/"); /* Enable */ -- cgit v1.2.1