surge-synthesizer / stochas

The Stochas Sequencer
https://stochas.org
GNU General Public License v3.0
410 stars 35 forks source link

Mono mode apparently doesn't apply probabilities (VST3) #75

Closed giohappy closed 3 years ago

giohappy commented 3 years ago

Probabilities apply in Poly mode, but if use the Mono mode with the following pattern the second cell always plays, which is unexpected. I'm testing Stochas develper release as VST3 in Bitwig 3.

image

rudeog commented 3 years ago

Hi, Yes, this is the correct behavior. Mono mode means it will select a single note from the selected notes at that step position (you only have one note so it will always select it, unless you add a note at the 'Off' line in which case it will either play your C3 or your Off note, ie not play a note). Poly mode means it will just do a random determination as to whether a note is on or off based on its probability (allowing more than one note to possibly sound at a step position).

giohappy commented 3 years ago

Thanks @rudeog. Nice trick to use the Off note to have probabilities for single notes ;)