Implement IUnitInfo::getProgramListCount

This commit is contained in:
Robbert van der Helm
2020-12-26 22:10:46 +01:00
parent 999cf45d6a
commit 92a7cb755a
6 changed files with 33 additions and 4 deletions
+2 -1
View File
@@ -101,7 +101,8 @@ using ControlRequest = std::variant<Vst3PlugViewProxy::Destruct,
YaPluginFactory::Construct,
YaPluginFactory::SetHostContext,
YaUnitInfo::GetUnitCount,
YaUnitInfo::GetUnitInfo>;
YaUnitInfo::GetUnitInfo,
YaUnitInfo::GetProgramListCount>;
template <typename S>
void serialize(S& s, ControlRequest& payload) {