MusicKit
0.0.0
|
00001 /* 00002 $Id$ 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 */ 00101 #ifndef __MK_DBFm1vi_H___ 00102 #define __MK_DBFm1vi_H___ 00103 00104 #import "Fm1vi.h" 00105 #import <MusicKit/MKSynthData.h> 00106 00107 @interface DBFm1vi:Fm1vi 00108 { 00109 double panSensitivity; 00110 double balanceSensitivity; 00111 MKWaveTable *waveform0; 00112 MKWaveTable *waveform1; 00113 int pan; 00114 int balance; 00115 MKSynthData *_synthData; 00116 DSPDatum *table; 00117 DSPDatum *_localTable; 00118 } 00119 00120 /* All methods are inherited. */ 00121 00122 @end 00123 00124 #endif