Mercurial > hg > piper-cpp
diff vamp-support/PluginConfiguration.h @ 209:ac4f5f8ee0e7
Merge branch 'dev/step-and-block-size'
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 09 Feb 2017 14:16:37 +0000 |
parents | ad6025dc0b04 |
children |
line wrap: on
line diff
--- a/vamp-support/PluginConfiguration.h Thu Feb 09 12:54:00 2017 +0000 +++ b/vamp-support/PluginConfiguration.h Thu Feb 09 14:16:37 2017 +0000 @@ -81,6 +81,10 @@ ParameterMap parameterValues; std::string currentProgram; + /** + * Extract the configuration from the given plugin (without + * retaining any persistent reference to the plugin itself). + */ static PluginConfiguration fromPlugin(Vamp::Plugin *p, int channelCount,