jack2 icon indicating copy to clipboard operation
jack2 copied to clipboard

jack2 codebase

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

## Describe the bug If a client closes during freewheel mode, upon deactivation of the freewheel mode, the Graph is being restored with non-existing client from `JackServer::SetFreewheel`, which calls `fGraphManager->Restore(&fConnectionState)`....

bug

## Describe the bug I launch two instances of the JACK server use the API (`jackctl_server_create/open/start()`, etc.). If I try to stop the server that was created 2nd before the...

bug

## Describe the bug Attempting to build Jack2 with gtkiiostream latest (2025-01-03) on Ubuntu 20.04 LTS results in compiling error: 142:5: error: 'string' was not declared in this scope; did...

bug

## Describe the bug JACK clients do not free the whole memory after closing. I already identified the problematic code place and have a solution. See it below. ## Environment...

bug