Interface Synth

An interface for a synthesizer that maps sample position to -1..1 sample value

interface Synth ;

Methods

NameDescription
eval (sound, position, frequency) Evaluate a sample.