00001 /* Copyright 1988-1992, NeXT Inc. All rights reserved. */ 00002 /* 00003 $Id: SynthInstrumentPrivate.h 13 1999-07-29 01:26:19Z leigh $ 00004 Defined In: The MusicKit 00005 */ 00006 /* 00007 $Log$ 00008 Revision 1.2 1999/07/29 01:25:57 leigh 00009 Added Win32 compatibility, CVS logs, SBs changes 00010 00011 */ 00012 #ifndef __MK__SynthInstrument_H___ 00013 #define __MK__SynthInstrument_H___ 00014 00015 #import "MKSynthInstrument.h" 00016 00017 @interface MKSynthInstrument(Private) 00018 00019 -_repositionInActiveList:synthPatch template:patchTemplate; 00020 -_deallocSynthPatch:aSynthPatch template:aTemplate tag:(int)noteTag; 00021 00022 @end 00023 00024 00025 00026 #endif