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
@@ -167,8 +167,8 @@ intptr_t HostBridge::dispatch(AEffect* /*plugin*/,
break;
}
return send_event(host_vst_dispatch, opcode, index, value, data, option,
std::pair<Logger&, bool>(logger, true));
return send_event(host_vst_dispatch, true, opcode, index, value, data,
option, &logger);
}
void HostBridge::process_replacing(AEffect* /*plugin*/,