mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 04:19:59 +02:00
Add support for VST2 effBeginLoad{Bank,Program}
A user reported that REAPER was using these on the REAPER forum, but I have not been able to reproduce that. And they went MIA after posting about it. But hopefully this helps.
This commit is contained in:
@@ -504,6 +504,7 @@ Vst2EventResult passthrough_event(AEffect* plugin,
|
||||
[](VstIOProperties& props) -> void* { return &props; },
|
||||
[](VstMidiKeyName& key_name) -> void* { return &key_name; },
|
||||
[](VstParameterProperties& props) -> void* { return &props; },
|
||||
[](VstPatchChunkInfo& info) -> void* { return &info; },
|
||||
[&](const WantsVstRect&) -> void* { return string_buffer.data(); },
|
||||
[](const WantsVstTimeInfo&) -> void* { return nullptr; },
|
||||
[&](const WantsString&) -> void* { return string_buffer.data(); }};
|
||||
|
||||
Reference in New Issue
Block a user