From b617344041f036d4539bbbbdbfd14165c31c5720 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 30 Jul 2008 00:51:11 +0000 Subject: More helpful command line output. git-svn-id: http://svn.drobilla.net/lad/ingen@1309 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingen/cmdline.ggo | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'src/progs/ingen/cmdline.ggo') 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 -- cgit v1.2.1