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; }
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; }