Exemplo n.º 1
0
 public RtMidiPortDetails(MidiDeviceInfo deviceInfo)
 {
     RawId = deviceInfo.ID;
     Id    = deviceInfo.ID.ToString();
     // okay, it is not really manufacturer
     Manufacturer = deviceInfo.Interface;
     Name         = deviceInfo.Name;
     Version      = string.Empty;
 }
Exemplo n.º 2
0
 public RtMidiPortDetails(MidiDeviceInfo deviceInfo)
 {
     RawId = deviceInfo.ID;
     Id = deviceInfo.ID.ToString ();
     // okay, it is not really manufacturer
     Manufacturer = deviceInfo.Interface;
     Name = deviceInfo.Name;
     Version = string.Empty;
 }