Table of Contents

Delegate FunctionalSample

Namespace
Ofs
Assembly
Ofs.Api.dll

The per-sample closure a functional factory returns: read the N input values, write the M output values. Built once per region eval, sampled per output sample.

public delegate void FunctionalSample(double t, ReadOnlySpan<float> ins, Span<float> outs)

Parameters

t double
The per-sample closure a functional factory returns: read the N input values, write the M output values. Built once per region eval, sampled per output sample.
ins ReadOnlySpan<float>
The per-sample closure a functional factory returns: read the N input values, write the M output values. Built once per region eval, sampled per output sample.
outs Span<float>
The per-sample closure a functional factory returns: read the N input values, write the M output values. Built once per region eval, sampled per output sample.