jack2 icon indicating copy to clipboard operation
jack2 copied to clipboard

jack2 codebase

Results 168 jack2 issues
Sort by recently updated
recently updated
newest added

## Summary jackd midi raw/seq drivers are able to send, receive, and route sysex midi data between software to/from physical midi ports ### Motivation I have several hardware synthesizers that...

I have very powerfull system: core i9 9900KS with Windows 10. I started Hyper-V machine with guest OS Windows 10. Between OS and guest OS work virtual network 10Gb/s. Two...

## Describe the bug I can't install jack-router dll on a 64 bit windows 10 home machine. The 64 bit jack installer fails at jack-router registration. Manual installation does not...

bug

## Describe the bug When installing jack on Windows 10, it is no longer possible to install Jack Router. When installing the JackRouter.dll, it says `Unable to register the DLL/OCX:...

bug

## Describe the bug The headers that define the `ADDON_DIR` macro are not included in `common/JackTools.cpp` which results in a failing build. ## Environment * **JACK Version:** 1.9.14 (although I...

bug

Missing jack_disconnect.exe After reading thru the code, I can see that the name of the executable determines how it behaves. So copying jack_connect.exe to jack_disconnect.exe works. Probably should add copying...

bug

## Describe the bug JackRouter (latest Jack 1.9.19) not recognized by Ableton Live 11.0.5 Here's the Live log report 2021-07-19T15:53:29.421632: info: ASIO: JackRouter: Open: started ------------------------------------- 2021-07-19T15:53:29.529562: info: ASIO: JackRouter:...

bug

## Describe the bug When building an application (like qjackctl) using MSVC, there are link errors because of missing symbols in libjack64.lib: ``` qjackctlJackConnect.obj : error LNK2001: unresolved external symbol...

bug

``` anyone awake? found a segfault bug in jack2 (1.9.14 and also latest git). to replicate: rm -rf /dev/shm/jack* then start jackd as root. then exit it, and start it...

## Summary I recently [updated the jack2 port in vcpkg](https://github.com/microsoft/vcpkg/pull/19270) and fixed it to install a pkgconfig file. To my surprise I saw it had its own CMakeLists.txt which only...