示例#1
0
 /// <summary>Opens the MIDI device without regard for whether it has already been opened.</summary>
 private static void InternalOpenMidi()
 {
     // Open the default MIDI device
     _handle = MidiInterop.OpenMidiOut();
 }