示例#1
0
 public void Fire(Midi.OutputDevice outputDevice, Midi.Channel midiChannel)
 {
     outputDevice.SendNoteOn(midiChannel, pitch, velocity);
 }