public void ReverbSend(int channel, short val) { ThrowIfDisposed(); LibFluidsynth.fluid_event_reverb_send(Handle, channel, val); }