Feature: Don't start jackd when starting jack-keyboard.
git-svn-id: svn://svn.code.sf.net/p/jack-keyboard/code/trunk@15 1fa2bf75-7d80-4145-9e94-f9b4e25a1cb2
This commit is contained in:
parent
7ce94fc841
commit
8c0caf25fe
1
NEWS
1
NEWS
@ -1,6 +1,7 @@
|
|||||||
User-visible changes between 2.5 and 2.6 include:
|
User-visible changes between 2.5 and 2.6 include:
|
||||||
|
|
||||||
- Bugfix: A key volume of zero means key off.
|
- Bugfix: A key volume of zero means key off.
|
||||||
|
- Feature: Don't start jackd when starting jack-keyboard.
|
||||||
|
|
||||||
User-visible changes between 2.4 and 2.5 include:
|
User-visible changes between 2.4 and 2.5 include:
|
||||||
|
|
||||||
|
@ -739,7 +739,7 @@ init_jack(void)
|
|||||||
lash_event_t *event;
|
lash_event_t *event;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
jack_client = jack_client_open(PACKAGE_NAME, JackNullOption, NULL);
|
jack_client = jack_client_open(PACKAGE_NAME, JackNoStartServer, NULL);
|
||||||
|
|
||||||
if (jack_client == NULL) {
|
if (jack_client == NULL) {
|
||||||
g_critical("Could not connect to the JACK server; run jackd first?");
|
g_critical("Could not connect to the JACK server; run jackd first?");
|
||||||
|
Loading…
Reference in New Issue
Block a user