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