diff options
author | Goran Mekić <meka@tilda.center> | 2017-05-12 11:47:07 +0200 |
---|---|---|
committer | Goran Mekić <meka@tilda.center> | 2017-05-14 21:43:18 +0200 |
commit | ba308173e6cbce1f54cfbe80c059641052681b72 (patch) | |
tree | d7dca8fd76503f8ab97b26d22eb5545a4458d114 /man/drumgizmo.1 | |
parent | b50c35be377c659cd4eeccd2148dfe1a27e4adbc (diff) |
Use getoptpp for CLI argument parsing
Diffstat (limited to 'man/drumgizmo.1')
-rw-r--r-- | man/drumgizmo.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/man/drumgizmo.1 b/man/drumgizmo.1 index 489dbea..beeadf8 100644 --- a/man/drumgizmo.1 +++ b/man/drumgizmo.1 @@ -15,7 +15,11 @@ DrumGizmo uses an open drumkit file format, allowing the community to create the .SH "OPTIONS" .PD 0 .RE +\fB-a, --async_load\fR .RS 7 +Load kit in the background. + +.RE \fB-i, --inputengine \fR{dummy|test|jackmidi|midifile} .RS 7 Use said event input engine. @@ -99,6 +103,11 @@ http://manuals.opensound.com/developer/SNDCTL_DSP_SETFRAGMENT.html Number of samples to process, (default -1: infinite) .RE +\fB-r, --no-resampling\fR +.RS 7 +Disable resampling + +.RE \fB-s, --streaming\fR .RS 7 Enable diskstreaming @@ -106,7 +115,7 @@ Enable diskstreaming .RE \fB-S, --strimingparms parmlist\fR .RS 7 -Parameters for controling the streaming buffers. +Parameters for controlling the streaming buffers. .P \fBlimit\fR=<size> (Limit the amount of preloaded drumkit data to the size) |