/* @(#)midipars.h	1.1 (mg@ukc.ac.uk) 2/11/90 */
/*
 * MIDIPARS.H - definitions to be included by users of midipars.c
 */

/* Is this byte the first one of a midi command */
#define iscmd(x)	((x)&0x80)
