summaryrefslogtreecommitdiffstats
path: root/src/Configuration.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-18 21:29:30 -0400
committerDavid Robillard <d@drobilla.net>2016-09-29 16:04:19 -0400
commita7f83c70733288ee9efee5c08330fbdf638446db (patch)
tree33c1d507d39a2a642f20498a52eb0c5225cfde43 /src/Configuration.cpp
parentb40326d759a9b4b2db7eb930f9a32403d4a9227f (diff)
downloadingen-a7f83c70733288ee9efee5c08330fbdf638446db.tar.gz
ingen-a7f83c70733288ee9efee5c08330fbdf638446db.tar.bz2
ingen-a7f83c70733288ee9efee5c08330fbdf638446db.zip
Atomic bundle execution
Diffstat (limited to 'src/Configuration.cpp')
-rw-r--r--src/Configuration.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Configuration.cpp b/src/Configuration.cpp
index 37a5c59c..dfb52781 100644
--- a/src/Configuration.cpp
+++ b/src/Configuration.cpp
@@ -47,6 +47,7 @@ Configuration::Configuration(Forge& forge)
" ingen -eg foo.ingen # Run engine and GUI and load a graph")
, _max_name_length(0)
{
+ add("atomicBundles", "atomic-bundles", 'a', "Execute bundles atomically", SESSION, forge.Bool, forge.make(false));
add("clientPort", "client-port", 'C', "Client port", SESSION, forge.Int, Atom());
add("connect", "connect", 'c', "Connect to engine URI", SESSION, forge.String, forge.alloc("unix:///tmp/ingen.sock"));
add("engine", "engine", 'e', "Run (JACK) engine", SESSION, forge.Bool, forge.make(false));