/*	Console KeyBoard Port.  Edit structure. 
	(c) 1986 Todor Fay
*/ 
 
struct ConsKeyState { 
    long length;		/* Length of this structure (required) */ 
    long autochannel[2];	/* Midi output channels. */ 
    long autotrans;		/* Output transposition. */ 
    long contrans;		/* Console transposition. */ 
    long conchannel;		/* Midi input channel. */ 
    long funclocks[6];		/* Function key clock pulses. */ 
}; 

