projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eef75ed
)
add debug message for MIDI CW
author
John Melton G0ORX
<john.d.melton@googlemail.com>
Sun, 19 Jul 2020 10:00:40 +0000
(11:00 +0100)
committer
John Melton G0ORX
<john.d.melton@googlemail.com>
Sun, 19 Jul 2020 10:00:40 +0000
(11:00 +0100)
midi3.c
patch
|
blob
|
history
diff --git
a/midi3.c
b/midi3.c
index d4f1aa94e7d661217a54f8487203fec34db50d05..3a096aae4917d09036c766e52f7feaa7cd16184c 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"