View Single Post
Old 08-05-2018, 10:23 AM   #3
Xenakios
Human being with feelings
 
Xenakios's Avatar
 
Join Date: Feb 2007
Location: Oulu, Finland
Posts: 8,062
Default

I suppose it should be something like :

Code:
double leftcopy = *in1;
double rightcopy = *in2;
SimpleCompressor.process(*in1, *in2);
*in1 = leftcopy*(1.0-wetlevel)+*in1*wetlevel;
*in2 = rightcopy*(1.0-wetlevel)+*in2*wetlevel;
__________________
I am no longer part of the REAPER community. Please don't contact me with any REAPER-related issues.
Xenakios is offline   Reply With Quote