home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 202.lha / SoundScape / Include / keys.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-12-28  |  420 b   |  14 lines

  1. /*    Console KeyBoard Port.  Edit structure. 
  2.     (c) 1986 Todor Fay
  3. */ 
  4.  
  5. struct ConsKeyState { 
  6.     long length;        /* Length of this structure (required) */ 
  7.     long autochannel[2];    /* Midi output channels. */ 
  8.     long autotrans;        /* Output transposition. */ 
  9.     long contrans;        /* Console transposition. */ 
  10.     long conchannel;        /* Midi input channel. */ 
  11.     long funclocks[6];        /* Function key clock pulses. */ 
  12. }; 
  13.  
  14.