summaryrefslogtreecommitdiffstats
path: root/src/engine/cmdline.ggo
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/cmdline.ggo')
-rw-r--r--src/engine/cmdline.ggo7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/engine/cmdline.ggo b/src/engine/cmdline.ggo
new file mode 100644
index 00000000..8c006ca7
--- /dev/null
+++ b/src/engine/cmdline.ggo
@@ -0,0 +1,7 @@
+# Process this file with gengetopt -u to generate the necessary code (in cmdline.h, cmdline.c)
+
+package "Om - An OSC controlled realtime modular synthesizer"
+
+option "port" p "OSC port to listen on" string default="16180" no
+option "in-jackd" i "Run engine as in-process JACK client" flag off
+