Пример #1
0
 public void EndNoteImmediately(int note)
 {
     synthesizer.NoteOffImmediate(channel, note);
 }