Make stem export export from right before any processors.
[ardour.git] / libs / ardour / configuration.cc
index d5ca426a74d3c8cf9d3493f0c4e6f3bcdc3481c3..5f8fe0955db1e2f5cf5c1c07878cc971c2666acc 100644 (file)
@@ -69,6 +69,9 @@ ConfigVariableBase::set_from_node (XMLNode const & node)
                                if ((prop = child->property ("name")) != 0) {
                                        if (prop->value() == _name) {
                                                if ((prop = child->property ("value")) != 0) {
+                                                        if (_name == "audio-search-path") {
+                                                                sleep (1);
+                                                        }
                                                        set_from_string (prop->value());
                                                        return true;
                                                }