From: c vw <dl1ycf@darc.de>
Date: Mon, 20 Jul 2020 12:17:29 +0000 (+0200)
Subject: Manually include a debug output from John's version
X-Git-Url: https://git.rkrishnan.org/pf/frontends/%22..//%22file:/%22?a=commitdiff_plain;h=398ae13071e49dcb672a82790053c6af256c2d16;p=pihpsdr.git

Manually include a debug output from John's version
---

diff --git a/midi3.c b/midi3.c
index c39ad3f..162d3ab 100644
--- a/midi3.c
+++ b/midi3.c
@@ -225,6 +225,9 @@ void DoTheMidi(enum MIDIaction action, enum MIDItype type, int val) {
 		new=(action == CWL);
 		keyer_event(new,val);
 	    }
+#else
+	    g_print("%s: %s:%d\n",__FUNCTION__,action==CWL?"CWL":"CWR",val);
+
 #endif
 	    break;
 	/////////////////////////////////////////////////////////// "CWSPEED"