示例#1
0
 //Stop a note currently playing in the synthesiser
 public void StopNote(int midiNo)
 {
     synthesiser.RemoveNote(midiNo);
 }