00001 /* 00002 $Id: Wave1.h 3291 2005-05-31 10:57:33Z leighsmith $ 00003 00004 Defined In: The MusicKit 00005 Description: 00006 This class is just like Wave1i but overrides the interpolating osc 00007 with a non-interpolating osc. Thus, it is slightly less expensive than 00008 Wave1i (See discussion below). 00009 00010 Original Author: David A. Jaffe 00011 00012 Copyright (c) 1988-1992, NeXT Computer, Inc. 00013 Portions Copyright (c) 1994 NeXT Computer, Inc. and reproduced under license from NeXT 00014 Portions Copyright (c) 1994 Stanford University. 00015 Portions Copyright (c) 1999-2005, The MusicKit Project. 00016 */ 00077 #ifndef __MK_Wave1_H___ 00078 #define __MK_Wave1_H___ 00079 00080 #import "Wave1i.h" 00081 00082 @interface Wave1:Wave1i 00083 { 00084 } 00085 00093 +patchTemplateFor: (MKNote *) aNote; 00094 00095 @end 00096 00097 #endif