Pass throug the VstEvents struct

This commit is contained in:
Robbert van der Helm
2020-03-08 20:29:40 +01:00
parent c5ea1e5153
commit 40142f801e
5 changed files with 34 additions and 23 deletions
+2 -2
View File
@@ -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,