DADSR(H) is a very good envelope generator, it would be perfect if it has a VC retrigger when using the gate mode, like the one there is on the VCV's default ADSR.
This is very useful when using Host MIDI that can have situations where the gate remains open even when changing notes and the retrigger activates.
For now I'm using a workaround with BOOL module by XOR-ing the gate and the retrigger, but it results on 1 millisecond of time for the release stage to kick in and also a 1 millisecond of delay, since when the gate is on, the retrigger is on too for 1 millisecond, with the XOR resulting in a closed gate for that period. So I have to use a combination of sample delays and other logics to get a 1 sample retrigger, resulting on a bit of a mess (and there is also 1 sample of delay, but I don't think that's a problem).
DADSR(H) is a very good envelope generator, it would be perfect if it has a VC retrigger when using the gate mode, like the one there is on the VCV's default ADSR.
This is very useful when using Host MIDI that can have situations where the gate remains open even when changing notes and the retrigger activates.
For now I'm using a workaround with BOOL module by XOR-ing the gate and the retrigger, but it results on 1 millisecond of time for the release stage to kick in and also a 1 millisecond of delay, since when the gate is on, the retrigger is on too for 1 millisecond, with the XOR resulting in a closed gate for that period. So I have to use a combination of sample delays and other logics to get a 1 sample retrigger, resulting on a bit of a mess (and there is also 1 sample of delay, but I don't think that's a problem).