# HG changeset patch # User Chris Cannam # Date 1526054526 -3600 # Node ID 328cb056da444a71d49e783f1d94dce2b6b55a3d # Parent 8742125177aeaf009a1ec45817a06199b82fc97c Doc note diff -r 8742125177ae -r 328cb056da44 vamp-hostsdk/PluginLoader.h --- a/vamp-hostsdk/PluginLoader.h Thu Feb 08 15:40:33 2018 +0000 +++ b/vamp-hostsdk/PluginLoader.h Fri May 11 17:02:06 2018 +0100 @@ -233,6 +233,12 @@ * Given a Vamp plugin library name and plugin identifier, return * the corresponding plugin key in a form suitable for passing in to * loadPlugin(). + * + * (Note that the reverse of this is not well-defined and is not + * offered in this API - consider using getLibraryPathForPlugin + * instead. See documentation for the PluginKey type for details.) + * + * \see PluginKey, getLibraryPathForPlugin, loadPlugin */ PluginKey composePluginKey(std::string libraryName, std::string identifier);