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