00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifdef __cplusplus
00017 extern "Objective-C" {
00018 #endif
00019
00020 #ifndef MUSICKIT_H
00021 #define MUSICKIT_H
00022
00023
00024 #import <Foundation/Foundation.h>
00025
00026
00027
00028 #if !defined(MAXSHORT) // && !defined(WIN32)
00029 #define MAXSHORT ((short)0x7fff)
00030 #endif
00031 #if !defined(MAXINT)
00032 #define MAXINT ((int)0x7fffffff)
00033 #endif
00034
00035
00036 #import "noDVal.h"
00037 #import "errors.h"
00038 #import "names.h"
00039 #import "midiTranslation.h"
00040 #import "classFuncs.h"
00041 #import "midi_spec.h"
00042 #import "fastFFT.h"
00043
00044
00045 #import "MKConductor.h"
00046 #import "MKEnvelope.h"
00047 #import "MKFilePerformer.h"
00048 #import "MKFileWriter.h"
00049 #import "MKInstrument.h"
00050 #import "MKMidi.h"
00051 #import "MKMixerInstrument.h"
00052 #import "MKNote.h"
00053 #import "MKNoteFilter.h"
00054 #import "MKNoteReceiver.h"
00055 #import "MKNoteSender.h"
00056 #import "MKMTCPerformer.h"
00057 #import "MKOrchestra.h"
00058 #import "MKPart.h"
00059 #import "MKPartPerformer.h"
00060 #import "MKPartRecorder.h"
00061 #import "MKPatchTemplate.h"
00062 #import "MKPartials.h"
00063 #import "MKPerformer.h"
00064 #import "MKPlugin.h"
00065 #import "MKTimbre.h"
00066 #import "MKSamplePlayerInstrument.h"
00067 #import "MKSamples.h"
00068 #import "MKScore.h"
00069 #import "MKScorePerformer.h"
00070 #import "MKScoreRecorder.h"
00071 #import "MKScorefileObject.h"
00072 #import "MKScorefilePerformer.h"
00073 #import "MKScorefileWriter.h"
00074 #import "MKSynthData.h"
00075 #import "MKSynthInstrument.h"
00076 #import "MKSynthPatch.h"
00077 #import "MKTuningSystem.h"
00078 #import "MKUnitGenerator.h"
00079 #import "MKWaveTable.h"
00080
00081 #endif
00082
00083 #ifdef __cplusplus
00084 }
00085 #endif
00086