diff options
author | Volker Fischer <corrados@users.noreply.github.com> | 2021-04-24 20:31:53 +0200 |
---|---|---|
committer | Volker Fischer <corrados@users.noreply.github.com> | 2021-04-24 20:31:53 +0200 |
commit | d605a7a9166dce74aa17d33da92e11ca9b467e55 (patch) | |
tree | 5067829181be0a1d1d051ac8e0fbc46a9b6f001d /man | |
parent | 28096a402947b05c7e923e075f926263a3279a42 (diff) |
added voice limit cli parameters
Diffstat (limited to 'man')
-rw-r--r-- | man/drumgizmo.1 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/drumgizmo.1 b/man/drumgizmo.1 index ac8628e..43b0a29 100644 --- a/man/drumgizmo.1 +++ b/man/drumgizmo.1 @@ -176,6 +176,23 @@ Higher value makes it more likely that a sample further away from the input velocity will be played. [0,4.5]) .RE +\fB-l, --voice-limit\fR +.RS 7 +Enable voice limit. + +.RE +\fB-L, --voice-limitparms parmlist\fR +.RS 7 +Voice limit options. + +.P +\fBmax\fR=<val> (Maximum number of voices for each instrument before +old samples are ramped down. [1,30]) +.P +\fBrampdown\fR=<val> (Time it takes for an old sample to completely fall +silent. [0.01,2.0]) + +.RE \fB-p, --parameters parmlist\fR .RS 7 Parameters for the sample selection algorithm. |