Scorefile reading and writing.


Functions

void MKWritePitchNames (BOOL usePitchNames)
 Write pitches to a scorefile.
void MKWriteKeyNumNames (BOOL useKeyNums)
 Write pitches to a scorefile.

Function Documentation

void MKWriteKeyNumNames ( BOOL  useKeyNums  ) 

Write pitches to a scorefile.

MKWriteKeyNumNames controls how keyNum values are written to a scorefile. If the argument is YES, the parameter values are written as keyNum name constants such as “a4k”. If it's NO, key numbers are written as integers.

Parameters:
useKeyNums is a BOOL.
See also:
MKWritePitchNames().

void MKWritePitchNames ( BOOL  usePitchNames  ) 

Write pitches to a scorefile.

MKWritePitchNames sets the format by which frequency parameter values freq0 and freq are written to a scorefile. If the argument is YES, the parameter values are written as pitch name constants such as “a4”. If it's NO, frequencies are written as fractional numbers in Hz. If you write them as pitch names, they are rounded to the nearest pitch. The default is NO.

Parameters:
usePitchNames is a BOOL.


Generated on Sat Dec 5 17:01:14 2009 for MusicKit by  doxygen 1.5.6