From f63c29df622dd4f4fde6de3906ec53765117fb79 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 12 Dec 2006 23:30:38 +0000 Subject: Loading subpatches (ie not just into root). Initial patch metadata. Subpatch browsing (via double clicking modules). git-svn-id: http://svn.drobilla.net/lad/ingen@218 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/Loader.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/libs/client/Loader.h') diff --git a/src/libs/client/Loader.h b/src/libs/client/Loader.h index 3176c2f6..86317c1f 100644 --- a/src/libs/client/Loader.h +++ b/src/libs/client/Loader.h @@ -21,6 +21,7 @@ #include "raul/SharedPtr.h" #include "raul/Path.h" #include "Namespaces.h" +#include "ObjectModel.h" namespace Ingen { namespace Client { @@ -34,8 +35,10 @@ class Loader { public: Loader(SharedPtr engine, SharedPtr = SharedPtr()); - void load(const Glib::ustring& filename, - const Path& parent); + bool load(const Glib::ustring& filename, + const Path& parent, + Glib::ustring patch_uri = "", + MetadataMap initial_data = MetadataMap()); private: //string _patch_search_path; -- cgit v1.2.1