FX

Delay

Defined in Delay.ts

The delay chained to the end of each stream. Is initialised only when delay parameter is greater than 0.

s0.delay.set(0.5)

FXChain

Defined in FXChain.ts

The chain of effect applied to the output of each stream. Each effect remains inactive until the amount is set to a value greater than 0.

s0.reverb.set(0.5)

Reverb

Defined in Reverb.ts

The Reverb chained to the end of each stream. Is initialised only when reverb parameter is greater than 0.

s0.reverb.set(0.5)