mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 20:40:11 +02:00
Pass throug the VstEvents struct
This commit is contained in:
@@ -196,8 +196,8 @@ intptr_t PluginBridge::host_callback(AEffect* /*plugin*/,
|
||||
intptr_t value,
|
||||
void* data,
|
||||
float option) {
|
||||
return send_event(vst_host_callback, opcode, index, value, data, option,
|
||||
std::nullopt);
|
||||
return send_event(vst_host_callback, false, opcode, index, value, data,
|
||||
option, nullptr);
|
||||
}
|
||||
|
||||
intptr_t VST_CALL_CONV host_callback_proxy(AEffect* effect,
|
||||
|
||||
Reference in New Issue
Block a user