Ejemplo n.º 1
0
 public void SetChannel(int min, int max, float mul, int add)
 {
     LibFluidsynth.fluid_midi_router_rule_set_chan(Handle, min, max, mul, add);
 }