projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5e7ddb
)
Manually include a debug output from John's version
author
c vw
<dl1ycf@darc.de>
Mon, 20 Jul 2020 12:17:29 +0000
(14:17 +0200)
committer
c vw
<dl1ycf@darc.de>
Mon, 20 Jul 2020 12:17:29 +0000
(14:17 +0200)
midi3.c
patch
|
blob
|
history
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"