|
|
@ -160,6 +160,9 @@ def nestedJackPortsMenu(parseOtherOutputs:bool=True, midi:bool=True): |
|
|
|
result["hardware"] = sorted(list(hardware)) |
|
|
|
result["software"] = sorted(list(software)) |
|
|
|
|
|
|
|
action = menu.addAction("Disconnect") |
|
|
|
action.setData(-1) |
|
|
|
|
|
|
|
hardwareMenu = menu.addMenu("Hardware") |
|
|
|
for clientAndPortString in result["hardware"]: |
|
|
|
action = hardwareMenu.addAction(clientAndPortString) |
|
|
|