summaryrefslogtreecommitdiffstats
path: root/src/progs/ingen/cmdline.ggo
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-07-30 00:51:11 +0000
committerDavid Robillard <d@drobilla.net>2008-07-30 00:51:11 +0000
commitb617344041f036d4539bbbbdbfd14165c31c5720 (patch)
tree5e1e4c74befd7a357ecdc4f43908c53958921629 /src/progs/ingen/cmdline.ggo
parentd0f0e1ba4f19cf3c32069ed5217175f29ee87aa7 (diff)
downloadingen-b617344041f036d4539bbbbdbfd14165c31c5720.tar.gz
ingen-b617344041f036d4539bbbbdbfd14165c31c5720.tar.bz2
ingen-b617344041f036d4539bbbbdbfd14165c31c5720.zip
More helpful command line output.
git-svn-id: http://svn.drobilla.net/lad/ingen@1309 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/ingen/cmdline.ggo')
-rw-r--r--src/progs/ingen/cmdline.ggo23
1 files changed, 19 insertions, 4 deletions
diff --git a/src/progs/ingen/cmdline.ggo b/src/progs/ingen/cmdline.ggo
index e809689e..994e6ff9 100644
--- a/src/progs/ingen/cmdline.ggo
+++ b/src/progs/ingen/cmdline.ggo
@@ -3,10 +3,25 @@
package "ingen"
purpose "A modular realtime audio processing system"
-description "This executable can be used to launch any configuration of Ingen.
-Ingen can run as a stand-alone server controlled by OSC, or internal to
-another process. The GUI can communicate with the engine via either method,
-and many GUIs (or other things) may connect to an engine via OSC.
+description "Ingen can be run in various configurations. The engine can
+run as a stand-alone server controlled by OSC, or internal to
+another process (e.g. the GUI). The GUI can communicate with the engine
+via either method, and many GUIs (or other things) may connect to an
+engine via OSC.
+
+Examples:
+
+ ingen -e - Run an engine, listen for OSC
+ ingen -g - Run a GUI, connect via OSC
+ ingen -eg - Run an engine and a GUI in one process
+
+The -l (load) option can be used in all cases:
+
+ ingen -el patch.ingen.ttl - Run an engine and load a patch
+ ingen -gl patch.ingen.ttl - Run a GUI and load a patch
+ ingen -egl patch.ingen.ttl - Run an engine and a GUI and load a patch
+
+Options:
"
option "engine" e "Run (JACK) engine" flag off