diff --git a/src/plugin/host-bridge.cpp b/src/plugin/host-bridge.cpp index 40dda0e5..b16300da 100644 --- a/src/plugin/host-bridge.cpp +++ b/src/plugin/host-bridge.cpp @@ -256,7 +256,8 @@ HostBridge::HostBridge(audioMasterCallback host_callback) // TODO: Think of a nicer way to structure this and the similar // handler in `PluginBridge::handle_dispatch_midi_events` receive_event( - vst_host_callback, std::nullopt, [&](Event& event) { + vst_host_callback, std::pair(logger, false), + [&](Event& event) { // MIDI events sent from the plugin back to the host are // a special case here. They have to sent during the // `processReplacing()` function or else the host will