brummer10 / guitarix

guitarix virtual versatile amplification for Jack/Linux
286 stars 34 forks source link

Another modification to hardlim and reorder of internal plugins hardlim and maxlevel #179

Closed frm-dsp closed 2 months ago

frm-dsp commented 2 months ago

This is a roll up of pull requests #177 and #178, and also includes requested variable name changes.

Replaces registered variables for the limiter vgraphs hardlim.{left,right} with hardlim.{vleft,vright}

Changes the clipping curve to be more like a diode/opamp in limiting. The result is a less obnoxious distortion when in limiting.

Reorders the internal plugin chain to show rack output level before limiting. This useful because when the output is limited, the output bar graphs can never reach their max levels.

brummer10 commented 2 months ago

Very nice, thanks a lot. Merged now.