coming back after a break, can't make my win keykit see F8s on the midi in fifo

7 views
Skip to first unread message

Mike

unread,
Sep 20, 2025, 7:17:39 AM9/20/25
to KeyKit
Hi,

Perhaps i've missed something. If i set Filter = 0, shouldn't i be able to see midi clocks on the input fifo? I'm on windows. I see in key.rc it has Filter = CLOCK, but i've commented it out.

thx
Mike

Tim Thompson

unread,
Sep 20, 2025, 1:08:03 PM9/20/25
to Mike, KeyKit
The code in real.c says:

              if ( ! *Sync ) {
                if ( ((*Filter) & M_CLOCK) == 0 )
                        rc_messhandle(mess,indx,-1);    /* no channel */
                lastsync = 0;
        } else {
               ...advance Midinow due to receiving clock...
        }

so perhaps the value of Sync is non-zero?  Also, the rc_messhandle() function has code using the values of Merge, Mergefilter, Mergeport1 and Mergeport2, so maybe their values have something to do with it.  I suppose it's also possible that the MIDI input device is filtering them.

     ...Tim...

--
You received this message because you are subscribed to the Google Groups "KeyKit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keykit+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/keykit/e1f6f847-15a1-4b0a-8acf-014af8562b5dn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages