mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Implement IUnitInfo::getProgramListInfo
This commit is contained in:
@@ -465,9 +465,13 @@ int32 PLUGIN_API Vst3PluginProxyImpl::getProgramListCount() {
|
||||
tresult PLUGIN_API Vst3PluginProxyImpl::getProgramListInfo(
|
||||
int32 listIndex,
|
||||
Steinberg::Vst::ProgramListInfo& info /*out*/) {
|
||||
// TODO: Implement
|
||||
bridge.logger.log("TODO: IUnitInfo::getProgramListInfo()");
|
||||
return Steinberg::kNotImplemented;
|
||||
const GetProgramListInfoResponse response =
|
||||
bridge.send_message(YaUnitInfo::GetProgramListInfo{
|
||||
.instance_id = instance_id(), .list_index = listIndex});
|
||||
|
||||
info = response.info;
|
||||
|
||||
return response.result;
|
||||
}
|
||||
|
||||
tresult PLUGIN_API
|
||||
|
||||
Reference in New Issue
Block a user