MusicKit  0.0.0
_noteRecorder.h
00001 /* Copyright 1988-1992, NeXT Inc.  All rights reserved. */
00002 /*
00003   $Id$
00004   Defined In: The MusicKit
00005 */
00006 /*
00007 Modification history:
00008 
00009   $Log$
00010   Revision 1.2  1999/07/29 01:26:02  leigh
00011   Added Win32 compatibility, CVS logs, SBs changes
00012 
00013   daj/04/23/90 - Created from _musickit.h 
00014 */
00015 #ifndef __MK__noteRecorder_H___
00016 #define __MK__noteRecorder_H___
00017 
00018 /* note recorder functions */
00019 extern double _MKTimeTagForTimeUnit(id aNote,MKTimeUnit timeUnit,
00020                                     BOOL compensateForDeltT);
00021 extern double _MKDurForTimeUnit(id aNoteDur,MKTimeUnit timeUnit);
00022 
00023 
00024 
00025 #endif