Type Alias culsynth::EnvParamFxP

source ·
pub type EnvParamFxP = U3F13;
Expand description

An envelope rise/fall time parameter, represented in seconds as an unsigned 16 bit fixed point number with 13 fractional bits and 3 integral bits. This yields a range of 0 to 8 seconds - though as implemented this timing is not precisely accurate (see [devices::EnvParamsFxP])

Aliased Type§

struct EnvParamFxP { /* private fields */ }