stochas icon indicating copy to clipboard operation
stochas copied to clipboard

what is the probability of "low", "medium" "high"?

Open jtn191 opened this issue 3 years ago • 1 comments

Low probability still feels about like 50%...where it could be 10-30%

jtn191 avatar Jun 18 '21 22:06 jtn191

By default the values of low, medium and high are 20, 50 and 100 (if you switch to poly mode you could tweak the actual % values and switch back to mono I believe). In mono mode, what this means is that these are just weights. So eg if you had 3 notes turned on for "Low", they'd have an equal chance of playing ( 20 / (20+20+20) = 33% each). And if you have 3 notes on "Med", it would equate to the same thing. If you have one "Med" and one "High", the high would be 66% likely to play and the Med would be 33% ( high = 100 / (100+50) = 66%, Med = 50 / (100 + 50) = 33%)

rudeog avatar Jun 19 '21 01:06 rudeog