summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-17 01:50:49 +0000
committerDavid Robillard <d@drobilla.net>2011-02-17 01:50:49 +0000
commit91dde36b368e59f40353ffd797a26a7a0ac42c3e (patch)
treed6107cc4cdebb27eb9da1218fa99ecf2e755cc32 /src
parentbeabfa4487592c787cdf4a20115462884311713e (diff)
downloadingen-91dde36b368e59f40353ffd797a26a7a0ac42c3e.tar.gz
ingen-91dde36b368e59f40353ffd797a26a7a0ac42c3e.tar.bz2
ingen-91dde36b368e59f40353ffd797a26a7a0ac42c3e.zip
Connect to JACK_DEFAULT_SERVER by default.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2968 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/shared/Configuration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Configuration.cpp b/src/shared/Configuration.cpp
index 2a2db5d3..273fd6ac 100644
--- a/src/shared/Configuration.cpp
+++ b/src/shared/Configuration.cpp
@@ -44,7 +44,7 @@ Configuration::Configuration()
.add("gui", 'g', "Launch the GTK graphical interface", Atom::BOOL, false)
.add("help", 'h', "Print this help message", Atom::BOOL, false)
.add("jack-client", 'n', "JACK client name", Atom::STRING, "ingen")
- .add("jack-server", 's', "JACK server name", Atom::STRING, "default")
+ .add("jack-server", 's', "JACK server name", Atom::STRING, "")
.add("load", 'l', "Load patch", Atom::STRING, Atom())
.add("parallelism", 'p', "Number of concurrent process threads", Atom::INT, 1)
.add("path", 'L', "Target path for loaded patch", Atom::STRING, Atom())