Skip to content

textmode.synth.js / SourceFunction

Type Alias: SourceFunction

ts
type SourceFunction = (...args) => SynthSource;

A standalone function that starts a source chain.

Parameters

ParameterType
...argsunknown[]

Returns

SynthSource