comparison vamp-support/PluginOutputIdMapper.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 7ada63fe1084
comparison
equal deleted inserted replaced
96:215c9fb6b7a4 97:427c4c725085
38 #include <vamp-hostsdk/Plugin.h> 38 #include <vamp-hostsdk/Plugin.h>
39 39
40 #include <map> 40 #include <map>
41 #include <string> 41 #include <string>
42 42
43 namespace piper { 43 namespace piper_vamp {
44 44
45 class PluginOutputIdMapper 45 class PluginOutputIdMapper
46 { 46 {
47 public: 47 public:
48 virtual ~PluginOutputIdMapper() { } 48 virtual ~PluginOutputIdMapper() { }