mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Pass throug the VstEvents struct
This commit is contained in:
@@ -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*/,
|
||||
|
||||
Reference in New Issue
Block a user