]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Manually include a debug output from John's version
authorc vw <dl1ycf@darc.de>
Mon, 20 Jul 2020 12:17:29 +0000 (14:17 +0200)
committerc vw <dl1ycf@darc.de>
Mon, 20 Jul 2020 12:17:29 +0000 (14:17 +0200)
midi3.c

diff --git a/midi3.c b/midi3.c
index c39ad3fc99c1747d4eb95d22ddcf062033560564..162d3ab37edd1e5a858570b18b08cd3dfc900b33 100644 (file)
--- 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"