From 398ae13071e49dcb672a82790053c6af256c2d16 Mon Sep 17 00:00:00 2001 From: c vw Date: Mon, 20 Jul 2020 14:17:29 +0200 Subject: [PATCH] Manually include a debug output from John's version --- midi3.c | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.45.2