示例#1
0
 public void KeyPressure(int channel, short key, short val)
 {
     ThrowIfDisposed();
     LibFluidsynth.fluid_event_key_pressure(Handle, channel, key, val);
 }