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