Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
JAck native client name was renamed to GrandOrgueAudio
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Samarin committed May 8, 2021
1 parent 6bb2a5b commit 7b56f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grandorgue/GOrgueSoundJackPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOrgueSoundJackPort::~GOrgueSoundJackPort()

static const wxString DEVICE_NAME = "Jack Output";
static const jack_options_t JACK_OPTIONS = JackNullOption;
static const char * CLIENT_NAME = "GrandOrgueOut";
static const char * CLIENT_NAME = "GrandOrgueAudio";

void GOrgueSoundJackPort::JackLatencyCallback (jack_latency_callback_mode_t mode, void *data) {
if (mode == JackPlaybackLatency) {
Expand Down

0 comments on commit 7b56f0c

Please sign in to comment.