Mercurial > hg > vamp-plugin-sdk
comparison README @ 86:9aa6c4eaedee
* update .la files
author | cannam |
---|---|
date | Sun, 30 Sep 2007 09:45:04 +0000 |
parents | a6551cf99aff |
children | 036db77506f7 |
comparison
equal
deleted
inserted
replaced
85:a6551cf99aff | 86:9aa6c4eaedee |
---|---|
74 | 74 |
75 Plugins should subclass Vamp::Plugin and then use Vamp::PluginAdapter | 75 Plugins should subclass Vamp::Plugin and then use Vamp::PluginAdapter |
76 to expose the correct C API for the plugin. Plugin authors should | 76 to expose the correct C API for the plugin. Plugin authors should |
77 read vamp-sdk/PluginBase.h and Plugin.h for code documentation, and | 77 read vamp-sdk/PluginBase.h and Plugin.h for code documentation, and |
78 refer to the example plugin code in the examples directory. Plugins | 78 refer to the example plugin code in the examples directory. Plugins |
79 should link with -lvamp-sdk. | 79 should link with -lvampsdk. [*NOTE: this has changed from vamp-sdk in |
80 previous versions, to avoid conflict with the use of hyphens for | |
81 library versioning schemes on some platforms.] | |
80 | 82 |
81 Hosts may use the Vamp::PluginHostAdapter to convert the loaded | 83 Hosts may use the Vamp::PluginHostAdapter to convert the loaded |
82 plugin's C API back into a Vamp::Plugin object. Host authors should | 84 plugin's C API back into a Vamp::Plugin object. Host authors should |
83 refer to the example host code in the host directory. Hosts should | 85 refer to the example host code in the host directory. Hosts should |
84 link with -lvamp-hostsdk. | 86 link with -lvamphostsdk. [*NOTE: this has changed from vamp-hostsdk |
87 in previous versions, to avoid conflict with the use of hyphens for | |
88 library versioning schemes on some platforms.] | |
85 | 89 |
86 * vamp-sdk/hostext | 90 * vamp-sdk/hostext |
87 | 91 |
88 Additional C++ classes to make a host's life easier (introduced in | 92 Additional C++ classes to make a host's life easier (introduced in |
89 version 1.1 of the Vamp SDK). | 93 version 1.1 of the Vamp SDK). |