comparison vamp-support/DefaultPluginOutputIdMapper.h @ 97:427c4c725085

Bring in the Request/Response classes that were in the Vamp SDK, adding them to vamp-support in here instead
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 13 Oct 2016 18:05:35 +0100
parents 81e1c48e97f9
children 4b581a498981
comparison
equal deleted inserted replaced
96:215c9fb6b7a4 97:427c4c725085
35 #ifndef PIPER_DEFAULT_PLUGIN_ID_MAPPER_H 35 #ifndef PIPER_DEFAULT_PLUGIN_ID_MAPPER_H
36 #define PIPER_DEFAULT_PLUGIN_ID_MAPPER_H 36 #define PIPER_DEFAULT_PLUGIN_ID_MAPPER_H
37 37
38 #include <vamp-hostsdk/Plugin.h> 38 #include <vamp-hostsdk/Plugin.h>
39 39
40 namespace piper { 40 namespace piper_vamp {
41 41
42 class DefaultPluginOutputIdMapper : public PluginOutputIdMapper 42 class DefaultPluginOutputIdMapper : public PluginOutputIdMapper
43 { 43 {
44 public: 44 public:
45 DefaultPluginOutputIdMapper(Vamp::Plugin *p) { 45 DefaultPluginOutputIdMapper(Vamp::Plugin *p) {