jdxi_editor.devel.parse_program_f18_responses

Parse the SysEx responses from Program F18 that were captured.

This script parses the hex strings provided and saves them as JSON.

Functions

hex_string_to_bytes(→ bytes)

Convert hex string to bytes.

parse_sysex_hex(→ Dict[str, Any] | None)

Parse a SysEx hex string.

main()

Parse Program F18 SysEx responses.

Module Contents

jdxi_editor.devel.parse_program_f18_responses.hex_string_to_bytes(hex_string: str) bytes[source]

Convert hex string to bytes.

jdxi_editor.devel.parse_program_f18_responses.parse_sysex_hex(hex_string: str) Dict[str, Any] | None[source]

Parse a SysEx hex string.

jdxi_editor.devel.parse_program_f18_responses.main()[source]

Parse Program F18 SysEx responses.