00001 /* 00002 $Id: partialsDB.h 1611 2001-09-08 20:22:09Z leighsmith $ 00003 00004 Defined In: The MusicKit 00005 Description: 00006 (See discussion below) 00007 00008 Original Author: David A. Jaffe 00009 00010 Copyright (c) 1988-1992, NeXT Computer, Inc. 00011 Portions Copyright (c) 1994 NeXT Computer, Inc. and reproduced under license from NeXT 00012 Portions Copyright (c) 1994 Stanford University. 00013 Portions Copyright (c) 1999-2001, The MusicKit Project. 00014 */ 00015 /* 00016 $Log$ 00017 Revision 1.2 2001/09/08 20:22:09 leighsmith 00018 Merged RTF Reference documentation into headerdoc comments and prepended MK to any older class names 00019 00020 */ 00021 #ifndef __MK_partialsDB_H___ 00022 #define __MK_partialsDB_H___ 00023 00024 extern id _MKSPPartialForTimbre(NSString *timbreString,double freq,int index); 00025 extern void _MKSPInitializeTimbreDataBase(void); 00026 00027 #endif