00001 /* 00002 $Id: OscgafiUG.h 3245 2005-05-09 15:27:44Z leighsmith $ 00003 00004 Defined In: The MusicKit 00005 Description: 00006 OscgafiUG - from dsp macro /usr/lib/dsp/ugsrc/oscgafi.asm (see source for details). 00007 See documentation for OscgafUGs. 00008 00009 Original Author: David A. Jaffe 00010 00011 Copyright (c) 1988-1992, NeXT Computer, Inc. 00012 Portions Copyright (c) 1994 NeXT Computer, Inc. and reproduced under license from NeXT 00013 Portions Copyright (c) 1994 Stanford University. 00014 Portions Copyright (c) 1999-2001, The MusicKit Project. 00015 */ 00016 // classgroup Oscillators and Waveform Generators 00083 #ifndef __MK_OscgafiUG_H___ 00084 #define __MK_OscgafiUG_H___ 00085 00086 #import "OscgafUGs.h" 00087 00088 @interface OscgafiUG: OscgafUGs 00089 00090 @end 00091 00092 #endif