fmsynth_reset method
\brief Reset FM synth state to initial values.
Resets the internal state as if the instance had just been created using \ref fmsynth_new.
@param fm Handle to an FM synth instance.
Implementation
void fmsynth_reset(
ffi.Pointer<fmsynth> fm,
) {
return _fmsynth_reset(
fm,
);
}