mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Implement IUnitInfo::getProgramListCount
This commit is contained in:
@@ -458,9 +458,8 @@ Vst3PluginProxyImpl::getUnitInfo(int32 unitIndex,
|
||||
}
|
||||
|
||||
int32 PLUGIN_API Vst3PluginProxyImpl::getProgramListCount() {
|
||||
// TODO: Implement
|
||||
bridge.logger.log("TODO: IUnitInfo::getProgramListCount()");
|
||||
return Steinberg::kNotImplemented;
|
||||
return bridge.send_message(
|
||||
YaUnitInfo::GetProgramListCount{.instance_id = instance_id()});
|
||||
}
|
||||
|
||||
tresult PLUGIN_API Vst3PluginProxyImpl::getProgramListInfo(
|
||||
|
||||
Reference in New Issue
Block a user