HISE Docs

jcompressor

jdsp.jcompressor

A wrapper around a standard compressor algorithm from the JUCE codebase

Parameters

ID Range Default Description
Treshold -100.00 - 0.00 0.00 Sets the threshold in dB of the compressor.
Ratio 1.00 - 32.00 1.00 Sets the ratio of the compressor (must be higher or equal to 1).
Attack 0.00 - 300.00 1.00 Sets the attack time in milliseconds of the compressor.
Release 0.00 - 300.00 100.00 Sets the release time in milliseconds of the compressor.


This node wraps the compressor class from the JUCE codebase and provides a very simple and lightweight compressor algorithm. It probably won't hold up as a dedicated effect (like most of the FX algorithms in HISE) but can be used for quickly changing the dynamics of a signal.

The modulation output will send the gain reduction as a signal that can be used to visualize the compressors behaviour on your UI.