textmode.synth.js / SynthSource / add
Method: add()
ts
add(source, amount?): this;Add another source.
Parameters
| Parameter | Type | Description |
|---|---|---|
source | SynthParameterValue | Source to add |
amount? | SynthParameterValue | Blend amount (default: 0.5) |
Returns
this