jdxi_editor.devel.parse_program_f18_responses ============================================= .. py:module:: jdxi_editor.devel.parse_program_f18_responses .. autoapi-nested-parse:: Parse the SysEx responses from Program F18 that were captured. This script parses the hex strings provided and saves them as JSON. Functions --------- .. autoapisummary:: jdxi_editor.devel.parse_program_f18_responses.hex_string_to_bytes jdxi_editor.devel.parse_program_f18_responses.parse_sysex_hex jdxi_editor.devel.parse_program_f18_responses.main Module Contents --------------- .. py:function:: hex_string_to_bytes(hex_string: str) -> bytes Convert hex string to bytes. .. py:function:: parse_sysex_hex(hex_string: str) -> Dict[str, Any] | None Parse a SysEx hex string. .. py:function:: main() Parse Program F18 SysEx responses.