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