Mercurial > hg > piper-vamp-js
comparison VamPipePluginLibrary.cpp @ 32:30028b3c95e4
Update to match new SDK
author | Chris Cannam |
---|---|
date | Fri, 23 Sep 2016 14:24:04 +0100 |
parents | e18e15bedd72 |
children | 34480328bf5c |
comparison
equal
deleted
inserted
replaced
31:204cf5451bf5 | 32:30028b3c95e4 |
---|---|
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 |