/// <inheritdoc /> public void Dump(IPatch analogPatch, int deviceId) { using (var output = new OutputDevice(deviceId)) { _logger.DataDump("Dumping Patch"); output.Send(SysExUtils.GetMessage(_addressOffset, analogPatch.GetBytes())); } }