Type Alias ModSource

ModSource: ((feedback?: any) => number)

A mod source returns numbers on a 0..1 scale. Usually invoked just a function, some sources also support 'feedback' allowing source to be adjusted dynamically.

See Modulation.Sources for more.