00001 /* 00002 $Id: Wave1v.h 3291 2005-05-31 10:57:33Z leighsmith $ 00003 00004 Defined In: The MusicKit 00005 Description: 00006 (See discussion below) 00007 00008 Original Author: David A. Jaffe 00009 00010 Copyright (c) 1988-1992, NeXT Computer, Inc. 00011 Portions Copyright (c) 1994 NeXT Computer, Inc. and reproduced under license from NeXT 00012 Portions Copyright (c) 1994 Stanford University. 00013 Portions Copyright (c) 1999-2005, The MusicKit Project. 00014 */ 00026 #ifndef __MK_Wave1v_H___ 00027 #define __MK_Wave1v_H___ 00028 00029 #import "Wave1vi.h" 00030 00031 @interface Wave1v:Wave1vi 00032 { 00033 } 00034 00042 +patchTemplateFor: (MKNote *) aNote; 00043 00044 @end 00045 00046 #endif