Home › Forums › Products › Rackmount › What is H8000FW’s Sysex DeviceID? › Reply To: What is H8000FW’s Sysex DeviceID?
July 20, 2016 at 2:44 pm
#143874
Looks like cursor up/down are combinations – I show the following:
#define KEY_KILL 0xFFFFFDFF
#define KEY_PREVIOUS 0xFFFEFFFF
#define KEY_NEXT 0xFEFFFFFF
#define KEY_UP (KEY_NEXT & KEY_KILL)
#define KEY_DOWN (KEY_PREVIOUS & KEY_KILL)