mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-13 07:42:15 +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:
@@ -445,6 +445,10 @@ void Vst2Logger::log_event(
|
||||
[&](const VstParameterProperties&) {
|
||||
message << "<writable_buffer>";
|
||||
},
|
||||
[&](const VstPatchChunkInfo& info) {
|
||||
message << "<patch_chunk_info for " << info.numElements
|
||||
<< " banks/programs>";
|
||||
},
|
||||
[&](const WantsAEffectUpdate&) { message << "nullptr"; },
|
||||
[&](const WantsAudioShmBufferConfig&) { message << "nullptr"; },
|
||||
[&](const WantsChunkBuffer&) {
|
||||
|
||||
Reference in New Issue
Block a user