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. --- drumgizmo/drumgizmoc.cc | 2 +- man/drumgizmo.1 | 17 +++++++++++++++++ version.h | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/drumgizmo/drumgizmoc.cc b/drumgizmo/drumgizmoc.cc index 93b8e31..07407bd 100644 --- a/drumgizmo/drumgizmoc.cc +++ b/drumgizmo/drumgizmoc.cc @@ -116,7 +116,7 @@ static std::string usage(const std::string& name) " -T, --timing-humanizerparms parmlist\n" " Timing humanizer options.\n" " -p, --parameters parmlist\n" - " Parameters for sample selection algoritm." + " Parameters for sample selection algorithm." " -v, --version Print version information and exit.\n" " -h, --help Print this message and exit.\n" "\n" 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 diff --git a/version.h b/version.h index 2c79fc3..5dae63e 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.9.16" +#define VERSION "0.9.17" -- cgit v1.2.3