squelch.nodes.convolver

get-buffer

(get-buffer convolver)
A mono, stereo, or 4-channel AudioBuffer containing the (possibly
multichannel) impulse response used by the ConvolverNode to create the reverb
effect.

get-normalize

(get-normalize convolver)
A boolean that controls whether the impulse response from the buffer will be
scaled by an equal-power normalization when the buffer attribute is set, or
not.

set-buffer

(set-buffer convolver buffer)
A mono, stereo, or 4-channel AudioBuffer containing the (possibly
multichannel) impulse response used by the ConvolverNode to create the reverb
effect.

set-normalize

(set-normalize convolver normalize)
A boolean that controls whether the impulse response from the buffer will be
scaled by an equal-power normalization when the buffer attribute is set, or
not.