Пример #1
0
 /// <inheritdoc />
 public void DumpPartial(Partial partial, int deviceId)
 {
     using (var output = new OutputDevice(deviceId))
     {
         _logger.DataDump($"Dumping Patch.Partial[{partial.Key}]");
         output.Send(SysExUtils.GetMessage(PartialAddressOffset(partial.Key), partial.GetBytes()));
     }
 }