View Single Post
Old 07-25-2017, 05:14 AM   #4
bezusheist
Human being with feelings
 
bezusheist's Avatar
 
Join Date: Nov 2010
Location: Mullet
Posts: 829
Default

Quote:
Originally Posted by G-Sun View Post

Code:
slider1:0<-60,0,0.1>Adjustment (dB)
not sure why the slider "max" is set to "0" ?
maybe an old version ?
it should be > 0, otherwise you have no gain, only attenuation.

something like this...
Code:
slider1:0<-60,60,0.1>Adjustment (dB)
you can change the min (-60) and max (60) levels to whatever you want, really.

Quote:
Originally Posted by jazznfunk View Post
Isn't this "max volume" thing some kind of limiter/cliping ceiling?
yes, it's a hard clipper and that sets the threshold.

and since we're nit-picking here...i don't think it's a good idea to have the gain calculated using "2^(x/6)", it should be done using "10^(x/20)" so it coincides with Reaper's faders.
__________________
I like turtles

Last edited by bezusheist; 07-25-2017 at 05:38 AM.
bezusheist is offline   Reply With Quote