jdxi_editor.ui.windows.midi.helpers.debugger

Functions

validate_checksum(→ bool)

Validate Roland SysEx checksum (sum of bytes should be 0 mod 128)

Module Contents

jdxi_editor.ui.windows.midi.helpers.debugger.validate_checksum(data_bytes: bytes, checksum: int) bool[source]

Validate Roland SysEx checksum (sum of bytes should be 0 mod 128)

Parameters:
  • data_bytes – bytes

  • checksum – int

Returns:

bool True on success, False otherwise