From 13d1831777c6a64fb9c4f27bf265b0c21a2b645f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 16 Jun 2019 10:59:06 +0200 Subject: Add man page description of the new -p/--parameters cli argument. --- man/drumgizmo.1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'man') diff --git a/man/drumgizmo.1 b/man/drumgizmo.1 index cf75093..01b5934 100644 --- a/man/drumgizmo.1 +++ b/man/drumgizmo.1 @@ -154,6 +154,23 @@ Timing humanizer options. .P \fBregain\fR= (Control how fast the drummer catches up the timing. [0; 1]) +.RE +\fB-p, --parameters parmlist\fR +.RS 7 +Parameters for the sample selection algorithm. +.P +\fBclose\fR= (The importance given to choosing a sample close to +the actual velocity value (after humanization) [0; 16]) +.P +\fBdiverse\fR= (The importance given to choosing samples which +haven't been played recently [0; 0.5]) +.P +\fBrandom\fR= (The amount of randomness added [0; 0.5]) +.P +\fBstddev\fR= (The standard-deviation for the sample +selection. Higher value makes it more likely that a sample further +away from the input velocity will be played [0; 4.5]) + .RE \fB-v, --version\fR .RS 7 -- cgit v1.2.3