Mercurial > hg > piper-cpp
comparison vamp-support/PreservingPluginOutputIdMapper.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 |
---|---|
37 | 37 |
38 #include "PluginOutputIdMapper.h" | 38 #include "PluginOutputIdMapper.h" |
39 | 39 |
40 #include <iostream> | 40 #include <iostream> |
41 | 41 |
42 namespace piper { | 42 namespace piper_vamp { |
43 | 43 |
44 //!!! document -- this is a passthrough thing that invents its | 44 //!!! document -- this is a passthrough thing that invents its |
45 //!!! numerical ids, they have no correspondence with any real plugin | 45 //!!! numerical ids, they have no correspondence with any real plugin |
46 | 46 |
47 class PreservingPluginOutputIdMapper : public PluginOutputIdMapper | 47 class PreservingPluginOutputIdMapper : public PluginOutputIdMapper |