error: There was a problem with the editor 'vi'.

This commit is contained in:
tildearrow 2022-03-28 15:31:03 -05:00
parent 08910d37b2
commit 81319e34bc

View file

@ -2630,6 +2630,7 @@ bool FurnaceGUI::init() {
// TODO // TODO
e->setMidiCallback([this](const TAMidiMessage& msg) -> bool { e->setMidiCallback([this](const TAMidiMessage& msg) -> bool {
logD("I hate macOS: %p\n",this);
return true; return true;
}); });