Hi,
Is there a way to make the Y effect deterministic - so that the RNG always seeds with the same value with begin of playback to achieve always “the same randomness” when starting the song playback?
Hi,
Is there a way to make the Y effect deterministic - so that the RNG always seeds with the same value with begin of playback to achieve always “the same randomness” when starting the song playback?
Yeah, basically you have to offload randomness to steppers or lfo devices (with custom, randomized points) then tie to the reset value for your seed. Super flexible method if you want repeatable randomness, but some work to set up. I imagine the formula device could function similarly for modulation output given math.randomseed
Afaik, there is no seed function available for yxx commands