Expander & jcompressor
-
Is it possible to make an Expander (opposite of the compressor) in Hise?
I've already tried ratio value below 1 in the scriptnode's comp, but it sounded more like gate to me. Am I missing something?
Also, what is jcompressor on scriptnode? Is it different than the standart compressor in Hise?
-
@Fortune All effects that have the
j
prefix are taken from thejuce::dsp
module. In this case it's that class:The standard "compressor" is the simple chunk dynamics suite from here:
GitHub - music-dsp-collection/chunkware-simple-dynamics: Simple compressor, limiter, gate et.c by chunkware.com, originally posted on musicdsp.org, but lost until recently. This is the version of the source that ben-benvesco-com published.
Simple compressor, limiter, gate et.c by chunkware.com, originally posted on musicdsp.org, but lost until recently. This is the version of the source that ben-benvesco-com published. - music-dsp-collection/chunkware-simple-dynamics
GitHub (github.com)