00001 /* 00002 $Id: timeunits.h 3289 2005-05-30 03:30:25Z leighsmith $ 00003 Defined In: The MusicKit 00004 00005 Original Author: David Jaffe 00006 00007 Copyright (c) 1988-1992, NeXT Computer, Inc. 00008 Portions Copyright (c) 1994 NeXT Computer, Inc. and reproduced under license from NeXT 00009 Portions Copyright (c) 1994 Stanford University 00010 Portions Copyright (c) 1999-2005 The MusicKit Project. 00011 */ 00012 #ifndef __MK_timeunits_H___ 00013 #define __MK_timeunits_H___ 00014 00023 typedef enum _MKTimeUnit { 00025 MK_beat, 00027 MK_second, 00031 MK_timeTag 00032 } MKTimeUnit; 00033 00034 #endif