DedaCode Degradation v1.3
This plugin is a complete degrader effect.
Parametres:
- Degrade:
This param set the sample rate of the output signal.
- Bit:
This param set the number of bits for the selected sample rate.
- Threshold:
The effect will be not applied on input signals over the value you set here.
- more Cos:
This param is based on the following math expression:
x=more Cos/100; 0<=x<=1 out=Degrade(in); outCos=out*cos(count);
out=(1-x)*out+x*outCos;
|