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 | |
| parent | b50c35be377c659cd4eeccd2148dfe1a27e4adbc (diff) | |
Use getoptpp for CLI argument parsing
Diffstat (limited to 'man')
| -rw-r--r-- | man/drumgizmo.1 | 11 | ||||
| -rw-r--r-- | man/drumgizmo.fr.1 | 9 | 
2 files changed, 19 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) diff --git a/man/drumgizmo.fr.1 b/man/drumgizmo.fr.1 index cf874a0..0803f77 100644 --- a/man/drumgizmo.fr.1 +++ b/man/drumgizmo.fr.1 @@ -15,7 +15,11 @@ DrumGizmo utilise un format de fichier de kit de batterie ouvert, permettant à  .SH "OPTIONS"  .PD 0  .RE +\fB-a, --async_load\fR  .RS 7 +Charger le kit en arrière-plan. + +.RE  \fB-i, --inputengine \fR{dummy|test|jackmidi|midifile}  .RS 7  Utilise le moteur d'entrée d'évènements indiqué. @@ -99,6 +103,11 @@ http://manuals.opensound.com/developer/SNDCTL_DSP_SETFRAGMENT.html (en anglais)  Nombre d'échantillons à traiter, (-1 par défaut : infini)  .RE +\fB-r, --no-resampling\fR +.RS 7 +Désactiver le ré-échantillonnage + +.RE  \fB-s, --streaming\fR  .RS 7  Active le streaming du disque | 
