Julste is the only model that I haven’t developed by myself. When I started doing research on low pass gates I came across the paper “A DIGITAL MODEL OF THE BUCHLA LOWPASS-GATE” by Julian Parker and Stefano D’Angelo. They did all the hard work modeling it; I rewrote the code in the Vult language and created the module.
The module has a few extensions to the original model, like controls to process the gate input.
Documentation
Range: attenuates or amplifies the gate signal, allowing the gate to be opened or closed further.
Offset: adds an offset (positive or negative) to the gate. This allows defining the minimum and maximum values of the gate.
Resonance: in low pass mode, defines the resonance of the filter.
Sharpness: defines how much the vactrol behavior affects the gate. Full left, the gate will follow the gate signal quickly. Full right it will behave more like an envelope.
Mode:
VCA: the gate opens and closes controlling the amplitude of the signal.
LowPass: the gate opens and closes controlling the cutoff frequency of the filter.
Gate: signal to control the gate. The behavior is different depending on the characteristics of the gate. Low voltages will not open the gate completely. The gate voltage can be modified with the Range and Offset controls.