fmsynth_release_all method
\brief Forcibly release all notes.
All notes are released, even if sustain is activated. Sustain is also reset to unpressed state.
@param fm Handle to an FM synth instance.
Implementation
void fmsynth_release_all(
ffi.Pointer<fmsynth> fm,
) {
return _fmsynth_release_all(
fm,
);
}