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
|
Convert hex string to bytes. |
|
Parse a SysEx hex string. |
|
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.