Lines Matching +full:key +full:- +full:down
10 /* ---------- OPL one of slot ---------- */
14 uint8_t KSR; /* key scale rate :(shift down bit) */
19 uint8_t ksl; /* keyscale level :(shift down bits) */
20 uint8_t ksr; /* key scale rate :kcode>>KSR */
40 /* ---------- OPL one of channel ---------- */
44 uint8_t FB; /* feed back :(shift down bit) */
50 uint8_t kcode; /* key code : KeyScaleCode */
53 uint8_t keyon; /* key on/off flag */
73 uint8_t rhythm; /* Rhythm mode , key flag */
77 uint32_t FN_TABLE[1024]; /* fnumber -> increment counter */
92 /* ---------- Generic interface section ---------- */