00001 /* Copyright 1988-1992, NeXT Inc. All rights reserved. */ 00002 /* 00003 $Id: TuningSystemPrivate.h 2999 2004-11-16 18:13:21Z leighsmith $ 00004 Defined In: The MusicKit 00005 */ 00006 /* 00007 Modification history: 00008 00009 $Log$ 00010 Revision 1.4 2004/11/16 18:13:21 leighsmith 00011 Removed _MKTuningSystemInit() and _MKFindPitchVar() functions since they are now handled via class initialisation and +findPitchVar: methods. The remaining functions call MKTuningSystem methods and thus ensure initialisation. 00012 00013 Revision 1.3 2000/10/01 06:55:48 leigh 00014 Properly typed function prototypes, added _MKKeyNumPrintfunc prototype. 00015 00016 Revision 1.2 1999/07/29 01:25:58 leigh 00017 Added Win32 compatibility, CVS logs, SBs changes 00018 00019 daj/04/23/90 - Created from _musickit.h 00020 */ 00021 #ifndef __MK__TuningSystem_H___ 00022 #define __MK__TuningSystem_H___ 00023 00024 /* Writing frequencies */ 00025 extern BOOL _MKFreqPrintfunc(_MKParameter *param, NSMutableData *aStream, _MKScoreOutStruct *p); 00026 00027 // Writing keynumbers 00028 extern BOOL _MKKeyNumPrintfunc(_MKParameter *param, NSMutableData *aStream, _MKScoreOutStruct *p); 00029 00030 #endif