comparison vamp-support/PluginConfiguration.h @ 187:ad6025dc0b04

Documentation
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 08 Feb 2017 10:09:51 +0000
parents 3eb00e5c76c4
children
comparison
equal deleted inserted replaced
186:52322dde68ea 187:ad6025dc0b04
79 Framing framing; 79 Framing framing;
80 typedef std::map<std::string, float> ParameterMap; 80 typedef std::map<std::string, float> ParameterMap;
81 ParameterMap parameterValues; 81 ParameterMap parameterValues;
82 std::string currentProgram; 82 std::string currentProgram;
83 83
84 /**
85 * Extract the configuration from the given plugin (without
86 * retaining any persistent reference to the plugin itself).
87 */
84 static PluginConfiguration 88 static PluginConfiguration
85 fromPlugin(Vamp::Plugin *p, 89 fromPlugin(Vamp::Plugin *p,
86 int channelCount, 90 int channelCount,
87 int stepSize, 91 int stepSize,
88 int blockSize) { 92 int blockSize) {