summaryrefslogtreecommitdiffstats
path: root/src/libs/client/DeprecatedLoader.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-11 21:49:28 +0000
committerDavid Robillard <d@drobilla.net>2007-04-11 21:49:28 +0000
commit099e01628ef57f07efa69954893b0873bbb7f367 (patch)
tree1743e40286840ef842a50ce3d11f006d2ee963f0 /src/libs/client/DeprecatedLoader.cpp
parent98d36c7a799d8514cfa570f3cf7083c695e21e7b (diff)
downloadingen-099e01628ef57f07efa69954893b0873bbb7f367.tar.gz
ingen-099e01628ef57f07efa69954893b0873bbb7f367.tar.bz2
ingen-099e01628ef57f07efa69954893b0873bbb7f367.zip
Updated/cleaned up OSC namespace (/om/synth -> /ingen etc).
OSC documentation fixes. git-svn-id: http://svn.drobilla.net/lad/ingen@443 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/client/DeprecatedLoader.cpp')
-rw-r--r--src/libs/client/DeprecatedLoader.cpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/libs/client/DeprecatedLoader.cpp b/src/libs/client/DeprecatedLoader.cpp
index f174fb1e..97e6583d 100644
--- a/src/libs/client/DeprecatedLoader.cpp
+++ b/src/libs/client/DeprecatedLoader.cpp
@@ -149,22 +149,21 @@ DeprecatedLoader::add_metadata(MetadataMap& data, string old_key, string value)
* is 0, it will be loaded from file. Otherwise the given values will
* be used.
*
- * @param wait If true the patch will be checked for existence before
- * loading everything in to it (to prevent messing up existing patches
- * that exist at the path this one should load as).
- *
- * @param existing If true, the patch will be loaded into a currently
- * existing patch (ie a merging will take place). Errors will result
- * if Nodes of conflicting names exist.
+ * @param filename Local name of file to load patch from
*
* @param parent_path Patch to load this patch as a child of (empty string to load
* to the root patch)
*
* @param name Name of this patch (loaded/generated if the empty string)
+ * @param poly Polyphony of this patch (loaded/generated if 0)
*
* @param initial_data will be set last, so values passed there will override
* any values loaded from the patch file.
*
+ * @param existing If true, the patch will be loaded into a currently
+ * existing patch (ie a merging will take place). Errors will result
+ * if Nodes of conflicting names exist.
+ *
* Returns the path of the newly created patch.
*/
string