/* Copyright 1988-1992, NeXT Inc. All rights reserved. */
/*
$Id: TuningSystemPrivate.h,v 1.4 2004/11/16 18:13:21 leighsmith Exp $
Defined In: The MusicKit
*/
/*
Modification history:
$Log: TuningSystemPrivate.h,v $
Revision 1.4 2004/11/16 18:13:21 leighsmith
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.
Revision 1.3 2000/10/01 06:55:48 leigh
Properly typed function prototypes, added _MKKeyNumPrintfunc prototype.
Revision 1.2 1999/07/29 01:25:58 leigh
Added Win32 compatibility, CVS logs, SBs changes
daj/04/23/90 - Created from _musickit.h
*/
#ifndef __MK__TuningSystem_H___
#define __MK__TuningSystem_H___
/* Writing frequencies */
extern BOOL _MKFreqPrintfunc(_MKParameter *param, NSMutableData *aStream, _MKScoreOutStruct *p);
// Writing keynumbers
extern BOOL _MKKeyNumPrintfunc(_MKParameter *param, NSMutableData *aStream, _MKScoreOutStruct *p);
#endif