Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/PluginLoader.h @ 419:55de53d7c777
Merge
author | Chris Cannam |
---|---|
date | Tue, 01 Mar 2016 12:21:23 +0000 |
parents | 4ec736a36546 |
children | 8c45dee08a95 |
comparison
equal
deleted
inserted
replaced
418:a13635e9c440 | 419:55de53d7c777 |
---|---|
64 * Hosts are not required by the Vamp specification to use the same | 64 * Hosts are not required by the Vamp specification to use the same |
65 * plugin search path and naming conventions as implemented by this | 65 * plugin search path and naming conventions as implemented by this |
66 * class, and are certainly not required to use this actual class. | 66 * class, and are certainly not required to use this actual class. |
67 * But we do strongly recommend it. | 67 * But we do strongly recommend it. |
68 * | 68 * |
69 * This class is not thread-safe; use it from a single application | |
70 * thread, or guard access to it with a mutex. | |
71 * | |
69 * \note This class was introduced in version 1.1 of the Vamp plugin SDK. | 72 * \note This class was introduced in version 1.1 of the Vamp plugin SDK. |
70 */ | 73 */ |
71 | 74 |
72 class PluginLoader | 75 class PluginLoader |
73 { | 76 { |