Tonal Balance
-
So Sweet! Thank you so much guys, it sounds GREAT.
-
@Christoph-Hart I've been waiting this for a long time, thank you very much!
-
@Fortune You don't need to split the signal, if ProcessSignal is deactivated, it can all flow just through the default chain container.
-
@Christoph-Hart The ProcessSignal of the Envelope follower, right? Ok Thank you it is good to know that.
One last thing, is it possible to display the gain reduction amount (in dB) with a knob?
I would follow this guide but don't know how to get the External Buffer from SNEX: https://forum.hise.audio/topic/6324/scriptnode-compressor-gain-reduction/2
-
@Fortune just send the mod output of the snex node to an add node in a modchain, put a peak node behind it and use that instead.
-
@Christoph-Hart I will do that, Thank you!
-
Oh and if you want to make the knee width relative to the threshold, don't use a pma node, but just this line in the beginning of the
handleModulation()
method:const double Wt = W * T * 2.0;
And then use this value in the
handleModulation
method instead ofW
. The 2.0 makes the knee a bit more noticeable but you can play around with values. -
Yesss, that's it!!! Knee Width can be adjustable sensitively, both hard and soft knee settings are available in one compressor
Thank you so much for your help mate!
By the way, I set the Release time of the envelope 10000 ms, it has a very smooth sound now :)
NOTE: Yellow flicking vertical slider is the reduction meter.
!
-
@Christoph-Hart @Fortune It's super useful, now the compressor sounds much better. Thank you!
-
This post is deleted!