I can comment on this (a copy goes to Reid)
a) Normally one should use MIDI Note-On messages with a "velocity" different from zero for "press" events,
and MIDI Note-Off messages for "release" events. However, many MIDI consoles *only* use Note-On
events an use a velocity of zero for the "release" event.
So normally SDR programs should accept both Note-Off and Note-On events, but treat both Note-OFF
and Note-On with v=0 as "release" and Note-On with v !=0 as "press".
The Keyer uses Note-On and Note-Off, so an SDR Software which only accepts Note-ON with v=0 will
have a problem (@Reid: is the problem here?)
b) The MacMIDI monitor output is clear: the "Note" F-sharp-1 (Midi Key Number 30, but the counting
of MIDI octaves is not consistent) is assigned to PTT. It gets "on" first. You have obviously
chosen a lead-in time of 150 msec (I think I once set this as the default), since 150 ms after
PTT there is a Note-on on F-1 (MIDI key number 29), with a Note-off 210 msec later.
After a pause of 70 msec (so your dot length is 70 msec, your CW speed was 17 wpm), there is
another key-down period 210 msec. Following this, I see a sequence of dashes.
c) At the very end, there should eventuall be a Note-Off with key number 30, after a certain hang time,
but I guess this is below the bottom edge.
So @Reid: Is it possible the the Note-OFF are not properly recognized? Simply take a Note-OFF as
equivalent to Note-On with velocity zero.
Yours,
Christoph
> To view this discussion on the web visit
https://groups.google.com/d/msgid/hermes-lite/20d78a38-a184-4bc0-9ca8-7b8992decde0n%40googlegroups.com.