mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Also add a second payload value to event responses
This will only be used for `effGetSpeakerArrangement`.
This commit is contained in:
@@ -289,7 +289,7 @@ PluginBridge::PluginBridge(audioMasterCallback host_callback)
|
||||
|
||||
incoming_midi_events.push_back(
|
||||
std::get<DynamicVstEvents>(event.payload));
|
||||
EventResult response{1, nullptr};
|
||||
EventResult response{1, nullptr, std::nullopt};
|
||||
|
||||
return response;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user