Mercurial > hg > vamp-plugin-sdk
diff vamp-sdk/hostext/PluginSummarisingAdapter.h @ 174:a6346812db44
* PluginSummarisingAdapter now compiles -- though doesn't actually work
yet
author | cannam |
---|---|
date | Tue, 05 Aug 2008 13:38:30 +0000 |
parents | a6981e5dafe5 |
children | 4811fb599a97 |
line wrap: on
line diff
--- a/vamp-sdk/hostext/PluginSummarisingAdapter.h Mon Aug 04 16:13:14 2008 +0000 +++ b/vamp-sdk/hostext/PluginSummarisingAdapter.h Tue Aug 05 13:38:30 2008 +0000 @@ -39,6 +39,8 @@ #include "PluginWrapper.h" +#include <set> + namespace Vamp { namespace HostExt { @@ -67,10 +69,7 @@ Count }; - //!!! return summaries for all outputs, or specify somewhere which - //!!! outputs are of interest? - - FeatureSet getSummary(SummaryType type); + FeatureSet getSummary(int output, SummaryType type); protected: class Impl;