00001 /* 00002 $Id: InstrumentPrivate.h 3043 2004-12-13 02:22:08Z leighsmith $ 00003 Defined In: The MusicKit 00004 00005 Original Author: David Jaffe 00006 00007 Copyright (c) 1988-1992, NeXT Computer, Inc. All rights reserved. 00008 Portions Copyright (c) 1999, The MusicKit Project. 00009 */ 00010 #ifndef __MK__Instrument_H___ 00011 #define __MK__Instrument_H___ 00012 00013 #import "MKInstrument.h" 00014 00015 @interface MKInstrument(Private) 00016 00017 - _realizeNote: (MKNote *) aNote fromNoteReceiver: (MKNoteReceiver *) aNoteReceiver; 00018 - _afterPerformance; 00019 00020 @end 00021 00022 #endif