This is the part of the code I’m after. Do you think I am right in thinking that the Host itself “Logic” is really only interested in the 0x00 > 0x7f > 0x00 transition ??? thereby toggling the specified host function?
I’m going to have to modify the app, but I trying to understand how MIOS handels voltages on spacific shit register pins, can I define different behaviour (i.e. some buttons momentary and others latching) for individule pins ???
;; send third MIDI byte: 0x7f if button pressed, else 0x00
This is the part of the code I’m after. Do you think I am right in thinking that the Host itself “Logic” is really only interested in the 0x00 > 0x7f > 0x00 transition Huh thereby toggling the specified host function?