mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Also add a second payload value to event responses
This will only be used for `effGetSpeakerArrangement`.
This commit is contained in:
@@ -206,7 +206,7 @@ void WineBridge::handle_dispatch() {
|
||||
plugin, event.opcode, event.index, event.value,
|
||||
&events.as_c_events(), event.option);
|
||||
|
||||
EventResult response{return_value, nullptr};
|
||||
EventResult response{return_value, nullptr, std::nullopt};
|
||||
|
||||
return response;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user