From c7f671ff5bf9cf2559697bbc90cf3cee97cc7975 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 15 Sep 2011 07:17:10 +0000 Subject: Fix control bindings (MIDI learn). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3464 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/Configuration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared') diff --git a/src/shared/Configuration.cpp b/src/shared/Configuration.cpp index 14ebbb04..fca13b05 100644 --- a/src/shared/Configuration.cpp +++ b/src/shared/Configuration.cpp @@ -51,7 +51,7 @@ Configuration::Configuration() .add("packet-size", 'k', "Maximum UDP packet size", Atom::INT, 4096) .add("parallelism", 'p', "Number of concurrent process threads", Atom::INT, 1) .add("path", 'L', "Target path for loaded patch", Atom::STRING, Atom()) - .add("queue-size", 'q', "Event queue size", Atom::INT, 1024) + .add("queue-size", 'q', "Event queue size", Atom::INT, 4096) .add("run", 'r', "Run script", Atom::STRING, Atom()); } -- cgit v1.2.1