| Splitting Bytes in C I am working on midi events.
There is one byte in the event which I need to take apart.
B0 (hex value)
B is refers to the event being a control change, and 0 refers to the midi channel.
in C, how can i put each of these in their own variable?
__________________ Mike |