I’ve been playing around adding some pseudo random features to Nijuu.There are already several commands that enable you to modify instrument parameters from within the sequence data but I wanted to expand that to give you the ability to modify other play-back parameters. This led to me adding commands that specify the RAM address of internal Nijuu variables so that they were exposed to real-time manipulation. This in turn led me to see if I could figure out a reasonable way to feed random numbers to these parameters and then expand that by giving the random numbers a range minimum/maximum value to make them more “useful”.I use inverted commas around “useful” as that description is still pretty debatable.