GammaEnv.initialize

Function initializes or updates the internal variables. All public variables have to be defined before calling this function.

@param SampleRate Sample rate.

struct GammaEnv(T)
nothrow @nogc
void
initialize
(
double sampleRate
,
double Attack
,
double Release
,,,)
if (
is(T == float) ||
is(T == double)
)

Meta