mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Factor out the serializer for event payloads
This commit is contained in:
@@ -182,6 +182,7 @@ intptr_t HostBridge::dispatch(AEffect* /*plugin*/,
|
||||
break;
|
||||
}
|
||||
|
||||
// TODO: Maybe reuse buffers here when dealing with chunk data
|
||||
return send_event<DispatchDataConverter>(
|
||||
host_vst_dispatch, opcode, index, value, data, option,
|
||||
std::pair<Logger&, bool>(logger, true));
|
||||
|
||||
Reference in New Issue
Block a user