Exemplo n.º 1
0
 protected PortMidiPort(PortMidiPortDetails portDetails)
 {
     if (portDetails == null)
     {
         throw new ArgumentNullException("portDetails");
     }
     Details    = portDetails;
     Connection = MidiPortConnectionState.Closed;
 }
Exemplo n.º 2
0
 public PortMidiOutput(PortMidiPortDetails portDetails)
     : base(portDetails)
 {
 }