Mercurial > hg > piper-vamp-js
comparison VamPipePluginLibrary.cpp @ 101:d91781a91861
Update to match new SDK
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Fri, 23 Sep 2016 14:24:04 +0100 |
parents | dfd107ef991f |
children | 34480328bf5c |
comparison
equal
deleted
inserted
replaced
100:708bd44f8019 | 101:d91781a91861 |
---|---|
74 Vamp::HostExt::ListResponse | 74 Vamp::HostExt::ListResponse |
75 VamPipePluginLibrary::listPluginData() const | 75 VamPipePluginLibrary::listPluginData() const |
76 { | 76 { |
77 Vamp::HostExt::ListResponse resp; | 77 Vamp::HostExt::ListResponse resp; |
78 for (auto a: m_adapters) { | 78 for (auto a: m_adapters) { |
79 resp.pluginData.push_back(a.second->getStaticData()); | 79 resp.plugins.push_back(a.second->getStaticData()); |
80 } | 80 } |
81 return resp; | 81 return resp; |
82 } | 82 } |
83 | 83 |
84 Vamp::HostExt::LoadResponse | 84 Vamp::HostExt::LoadResponse |