Skip to content

Commit

Permalink
Prepare for release v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed May 19, 2023
1 parent 30ad723 commit 02c7e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XJack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ int XJack::init_jack() {
if (!jack_is_realtime(client)) {
fprintf (stderr, "jack isn't running with realtime priority\n");
} else {
fprintf (stderr, "jack running with realtime priority\n");
priority = jack_client_real_time_priority(client);
fprintf (stderr, "jack running with realtime priority %i\n", priority);
if (priority > 2) {
set_alsa_priority(priority);
set_midimapper_priority(priority);
Expand Down

0 comments on commit 02c7e76

Please sign in to comment.