Skip to content

textmode.synth.js / SynthSource / add

Method: add()

ts
add(source, amount?): this;

Add another source.

Parameters

ParameterTypeDescription
sourceSynthParameterValueSource to add
amount?SynthParameterValueBlend amount (default: 0.5)

Returns

this

Example