From: IOhannes m zmölnig Date: Wed, 11 Apr 2018 22:00:00 +0000 (+0200) Subject: meaningful default JACK client name X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3ef95b487c5f7a81dcd9c53478be8c4d52596abe;p=juce.git meaningful default JACK client name rather than "JUCEJack" for all jack standalone apps, use the . Bug: https://github.com/WeAreROLI/JUCE/issues/331 Forwarded: https://github.com/WeAreROLI/JUCE/pull/351 Gbp-Pq: Name jack-client-name.patch --- diff --git a/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp b/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp index 35302a31..7031e1d5 100644 --- a/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp +++ b/modules/juce_audio_devices/native/juce_linux_JackAudio.cpp @@ -105,7 +105,11 @@ namespace //============================================================================== #ifndef JUCE_JACK_CLIENT_NAME - #define JUCE_JACK_CLIENT_NAME "JUCEJack" + #ifdef JucePlugin_Name + # define JUCE_JACK_CLIENT_NAME JucePlugin_Name + #else + # define JUCE_JACK_CLIENT_NAME "JUCEJack" + #endif #endif struct JackPortIterator