jdxi_editor.devel.query_program_f18
Script to query JD-Xi for Program Bank F, Program 18 and collect SysEx responses.
This script: 1. Connects to the JD-Xi MIDI ports 2. Loads Program Bank F, Program 18 3. Requests all parameter data 4. Captures all SysEx JSON responses 5. Saves them to a JSON file
Classes
Collects SysEx JSON responses from the JD-Xi. |
Functions
|
Main function to query and collect program data. |
Module Contents
- class jdxi_editor.devel.query_program_f18.SysExCollector(output_file: pathlib.Path)[source]
Bases:
PySide6.QtCore.QObjectCollects SysEx JSON responses from the JD-Xi.