From 95d3aece2a9f3a13b7e9f9f604e5bb37cd405fc0 Mon Sep 17 00:00:00 2001 From: c vw Date: Thu, 6 May 2021 16:22:42 +0200 Subject: [PATCH] Removed debug message --- midi3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/midi3.c b/midi3.c index ab5045e..722da1d 100644 --- a/midi3.c +++ b/midi3.c @@ -61,7 +61,6 @@ typedef struct _MIDIcmd MIDIcmd; static int DoTheRestOfTheMIDI(void *data); void DoTheMidi(enum MIDIaction action, enum MIDItype type, int val) { - g_print("%s: ACTION=%d TYPE=%d VAL=%d\n", __FUNCTION__, action, type, val); if (action == MIDI_ACTION_CWKEYER) { // // This is a CW key-up/down which uses functions from the keyer @@ -71,7 +70,8 @@ void DoTheMidi(enum MIDIaction action, enum MIDItype type, int val) { // MIDI using this command. // // NO BREAK-IN! The keyer has to take care of sending MIDI PTT - // on/off messages at appropriate times. + // on/off messages at appropriate times, or the operator has to + // manually engage/disengage PTT // // Since this if for immediate key-down, it does not rely on LOCALCW // -- 2.45.2