Skip to content

textmode.synth.js / SynthSource / sub

Method: sub()

ts
sub(source, amount?): this;

Subtract another source.

Parameters

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

Returns

this

Example