19            void    processmix(
float *inputL, 
float *inputR, 
float *outputL, 
float *outputR, 
long numsamples, 
int skip);
 
   20            void    processreplace(
float *inputL, 
float *inputR, 
float *outputL, 
float *outputR, 
long numsamples, 
int skip);
 
   21            void    setroomsize(
float value);
 
   23            void    setdamp(
float value, 
int mode);
 
   25            void    setwet(
float value);
 
   27            void    setdry(
float value);
 
   29            void    setwidth(
float value);
 
   31            void    setmode(
float value);
 
   37    float   roomsize,roomsize1;
 
   58    float   bufcombL1[combtuningL1];
 
   59    float   bufcombR1[combtuningR1];
 
   60    float   bufcombL2[combtuningL2];
 
   61    float   bufcombR2[combtuningR2];
 
   62    float   bufcombL3[combtuningL3];
 
   63    float   bufcombR3[combtuningR3];
 
   64    float   bufcombL4[combtuningL4];
 
   65    float   bufcombR4[combtuningR4];
 
   66    float   bufcombL5[combtuningL5];
 
   67    float   bufcombR5[combtuningR5];
 
   68    float   bufcombL6[combtuningL6];
 
   69    float   bufcombR6[combtuningR6];
 
   70    float   bufcombL7[combtuningL7];
 
   71    float   bufcombR7[combtuningR7];
 
   72    float   bufcombL8[combtuningL8];
 
   73    float   bufcombR8[combtuningR8];
 
   76    float   bufallpassL1[allpasstuningL1];
 
   77    float   bufallpassR1[allpasstuningR1];
 
   78    float   bufallpassL2[allpasstuningL2];
 
   79    float   bufallpassR2[allpasstuningR2];
 
   80    float   bufallpassL3[allpasstuningL3];
 
   81    float   bufallpassR3[allpasstuningR3];
 
   82    float   bufallpassL4[allpasstuningL4];
 
   83    float   bufallpassR4[allpasstuningR4];