Comment 8 for bug 1176184

Revision history for this message
Michael Sawyer (michaelsawyer92) wrote :

Hey guys thanks for the response, I see two ways of doing this, one with a macro and one with a helper function. The second version would be better for future development on using the clock signal, for example, if someone wanted to utilize all midi clock signals in the range of 0xF8 to 0xFF.

Also correct me if I'm wrong, but doesnt midiKey.key & 0xF8 == 0xF8 mean that as long as the first 5 bits are set it will return true. So 0xF8 through 0xFF will be handled by this?

Unfortunately I could not get the second method to work, so using a macro it is! Patch attached.