00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
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