diff --git a/distrho/src/DistrhoUILV2.cpp b/distrho/src/DistrhoUILV2.cpp index 3033450a..990db39a 100644 --- a/distrho/src/DistrhoUILV2.cpp +++ b/distrho/src/DistrhoUILV2.cpp @@ -214,9 +214,14 @@ public: fUI.stateChanged(key, value); } } + else if (atom->type == fURIDs.midiEvent) + { + // ignore + } else { - d_stdout("DPF :: received atom not handled"); + d_stdout("DPF :: received atom not handled :: %s", + fUridUnmap != nullptr ? fUridUnmap->unmap(fUridUnmap->handle, atom->type) : "(null)"); } } #endif