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