De-Essing
-
I've been trying to build a de-esser in hise but to no avail.
Anyone know how that might be built? -
@pcs800 Split the signal in bands, analyse the level of the band you are interested in, automate the gain of a filter corresponding to that band like a compressor would. In the end, a de-esser is a dynamic EQ
-
@pcs800 or..
split your incoming signal into 3 bands using the linkwitz reily filters, make one band start a 4K and end at 10K - this is the sibilance band.
Apply a compressor to this band
recombine the signals...
-
@Lindon Where do I find a Linkwitz-Riley Filter?
-
@pcs800 in scriptnode
-
@Lindon Ok, i created the script fx node, added a dsp network, added the filters and a compressor.
How do I control the threshold of the compressor from a knob in the ui? -
@Lindon Ok, i created the script fx node, added a dsp network, added the filters and a compressor.
How do I control the threshold of the compressor from a knob in the ui?create a knob in the script node - connect it to the threshold of your compressor...
Heres a picture of a flanger with one such control set up;
use a .setAttribute call in your UI's slider callback
-
This post is deleted!