MultiTapOsc.outputF

Returns the floating point output of the oscillator

struct MultiTapOsc
@nogc @safe pure nothrow
double
outputF
(
double bias
,
double invDiv
)

Parameters

bias double

Offset of the output.

invDiv double

Inverse divident to convert to a floating-point scale. Equals with 1/divident.

Meta