CacophonyEffect that builds a modulated-delay AudioWorkletNode — Dattorro's
unified modulated-delay circuit (JAES 1997, Fig. 36) backing
delay/chorus/flanger/vibrato/doubling, with Lagrange FIR fractional-delay
interpolation (Laakso 1996). Mirrors ReverbEffect: build idempotently
loads the worklet module on the supplied context, then constructs the node with
the supplied ModulatedDelayOptions as parameterData. Honors the
cross-context contract (builds against the bus's context, not the host's own).
CacophonyEffect that builds a
modulated-delayAudioWorkletNode — Dattorro's unified modulated-delay circuit (JAES 1997, Fig. 36) backing delay/chorus/flanger/vibrato/doubling, with Lagrange FIR fractional-delay interpolation (Laakso 1996). Mirrors ReverbEffect:buildidempotently loads the worklet module on the supplied context, then constructs the node with the supplied ModulatedDelayOptions asparameterData. Honors the cross-context contract (builds against the bus's context, not the host's own).