jackclient-python icon indicating copy to clipboard operation
jackclient-python copied to clipboard

🂻 JACK Audio Connection Kit (JACK) Client for Python :snake:

Results 21 jackclient-python issues
Sort by recently updated
recently updated
newest added

Hi. I meet this crash several times with the method Client.get_ports() : ``` for port in self.client.get_ports(): ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/jack.py", line 1598, in get_ports return self._port_list_from_pointers(names) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/jack.py", line...