From 81319e34bcc670647b0adb8b348642c4248c307a Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 28 Mar 2022 15:31:03 -0500 Subject: [PATCH] error: There was a problem with the editor 'vi'. --- src/gui/gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 870e7de1b..911bef9f2 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -2630,6 +2630,7 @@ bool FurnaceGUI::init() { // TODO e->setMidiCallback([this](const TAMidiMessage& msg) -> bool { + logD("I hate macOS: %p\n",this); return true; });