jdxi_editor.ui.windows.jdxi.helpers.port
scan MIDI ports for JD-Xi
Attributes
Functions
|
Check if a port should be excluded from auto-connection. |
|
Helper function to find a JD-Xi MIDI port. |
|
Filter out problematic ports from a list. |
Module Contents
- jdxi_editor.ui.windows.jdxi.helpers.port.EXCLUDED_PORTS = ['midi through', 'through port', 'midithru', 'rtpmidi'][source]
- jdxi_editor.ui.windows.jdxi.helpers.port.is_excluded_port(port_name: str) bool[source]
Check if a port should be excluded from auto-connection.
- Parameters:
port_name – str MIDI port name
- Returns:
bool True if port should be excluded