jack2
jack2 copied to clipboard
jack2 codebase
Currently the project has no clear license file. This is not a good state since it forces users and downstream maintainers to go through the project and find out which...
I've tried to change as little as possible within the handlers. I've switched our setup to use this version so will be testing it.
The 'U' mode bit is removed in python 3.11. It has been deprecated for a long time. The 'U' mode bit has no effect so this change doesn't change any...
The client notification thread locks a mutex before reading/writing from/to the socket. If the thread is killed while the lock is taken it would leave the mutex dangling. To avoid...
Add the standard namespace to JackIIODriver.cpp otherwise build fails
## Describe the bug I am trying to set up Jackaudio on Windows system for a customed python-based GUI. The GUI needs to call Jack Client to control the stimulus...
## Summary Currently jack does very basic uuid enumeration of devices/ports. It relies on the order devices/ports appear in the system. This is especially with USB devices not always reproducable....
My jack server's behaviour was erratic, sometimes starting but then again not starting. From a youtube video I learned that a 'regsvr32 jackrouter.dll' would fix the issue. It indeed did....
## Describe the bug Applications not able to connect to jackd.exe unless they are set to run as Administrator ## Environment * **JACK Version:** Which version of jack2 are you...