Mercurial > hg > piper-cpp
diff vamp-support/RequestResponse.h @ 220:02de5df3a884
Add static output descriptor, pass through type URI
Note that the server doesn't actually populate any type URIs yet, so
this is only half-tested.
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 08 Jun 2017 16:17:03 +0100 |
parents | 3eb00e5c76c4 |
children | 09753ad777db |
line wrap: on
line diff
--- a/vamp-support/RequestResponse.h Mon May 22 08:57:02 2017 +0100 +++ b/vamp-support/RequestResponse.h Thu Jun 08 16:17:03 2017 +0100 @@ -203,6 +203,8 @@ Vamp::Plugin *plugin; Vamp::Plugin::OutputList outputs; + StaticOutputInfo staticOutputInfo; // stuff not in Plugin::OutputDescriptor + Framing framing; };