commit 344fe4e479dbb11b056195ab81e4ef00489a8c60
parent 6ef11b39fd1afbb8d6f286c4ffe4d898187eaac1
Author: Strongheart <[email protected]>
Date: Tue, 17 Mar 2020 00:49:39 +0100
unison-size minimum: 0 corrected to 1
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Params/ADnoteParameters.cpp b/src/Params/ADnoteParameters.cpp
@@ -71,7 +71,7 @@ static const Ports voicePorts = {
rRecurp(VoiceFilter, "Optional Voice Filter"),
// rToggle(Enabled, rShort("enable"), "Voice Enable"),
- rParamI(Unison_size, rShort("size"), rMap(min, 0), rMap(max, 50),
+ rParamI(Unison_size, rShort("size"), rMap(min, 1), rMap(max, 50),
rDefault(1), "Number of subvoices"),
rParamZyn(Unison_phase_randomness, rShort("ph.rnd."), rDefault(127),
"Phase Randomness"),