MusicKit  0.0.0
PartialsPrivate.h
00001 /* Copyright 1988-1992, NeXT Inc.  All rights reserved. */
00002 /*
00003   $Id$
00004   Defined In: The MusicKit
00005 */
00006 /*
00007   $Log$
00008   Revision 1.3  2003/12/31 00:35:43  leighsmith
00009   Cleaned up naming of methods, removing underscores
00010 
00011   Revision 1.2  1999/07/29 01:25:56  leigh
00012   Added Win32 compatibility, CVS logs, SBs changes
00013 
00014 */
00015 #ifndef __MK__Partials_H___
00016 #define __MK__Partials_H___
00017 
00018 #import "MKPartials.h"
00019 
00020 @interface MKPartials(Private)
00021 
00022 - writeBinaryScorefileStream: (NSMutableData *) aStream;
00023 - _setPartialNoCopyCount: (int)howMany
00024   freqRatios: (short *)fRatios
00025   ampRatios: (float *)aRatios
00026   phases: (double *)phs
00027   orDefaultPhase: (double)defPhase;
00028 - _normalize;
00029 
00030 @end
00031 
00032 
00033 
00034 #endif