skip to content

Chain

For connecting together different effects, like in a pedalboard.

class
Chain
extends
Box
tag
<chain-blam>
see

Props

name type default description
out string

The id of the next element to connect to, in the signal chain. If not set, it connects to the ancestor Audio element.

mix number 0

How much wet, versus dry, signal should come through. In most cases, this is a proportion of 1. If mix is set to 0.75, 75% of the signal will be wet and 25% dry.

bypass boolean false

Whether to send just the dry signal. If set, the dry signal is sent using the wet signal’s gain value, for parity.

Examples

Examples that use the Chain element: