View Single Post
Old 05-26-2004, 02:44 PM   #4 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
Code:
unsigned char v, control, channel;

v = 0xB0;
control = (v >> 4);
channel = (v & 0xf);
joe_bruin is offline   Reply With Quote