View Single Post
Old 02-11-2018, 10:34 PM   #328
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,937
Default

The API documentation says that:
  • The input is MIDI if 4096 is set
  • The first 5 bits are the channel
  • The next 5 bits are the device (62=VKB, 63=all). That's 6 bits though.
Code:
6080 =
1 0 111110 00000
|   |      0 (all channels)
|   62 (VKB)
MIDI input

Last edited by cfillion; 02-12-2018 at 05:36 AM.
cfillion is offline   Reply With Quote