Ejemplo n.º 1
0
 public void PitchBend(int channel, int value)
 {
     synth.PitchBend(channel, (short)value);
 }