Mercurial > hg > piper-cpp
comparison vamp-support/PreservingPluginHandleMapper.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 | 9a044706ab73 |
comparison
equal
deleted
inserted
replaced
96:215c9fb6b7a4 | 97:427c4c725085 |
---|---|
38 #include "PluginHandleMapper.h" | 38 #include "PluginHandleMapper.h" |
39 #include "PreservingPluginOutputIdMapper.h" | 39 #include "PreservingPluginOutputIdMapper.h" |
40 | 40 |
41 #include <iostream> | 41 #include <iostream> |
42 | 42 |
43 namespace piper { | 43 namespace piper_vamp { |
44 | 44 |
45 //!!! document -- this is a passthrough thing for a single plugin | 45 //!!! document -- this is a passthrough thing for a single plugin |
46 //!!! handle only, it does not use actually valid Plugin pointers at | 46 //!!! handle only, it does not use actually valid Plugin pointers at |
47 //!!! all | 47 //!!! all |
48 | 48 |