Re: The Quilcom SIM-W: Whistle while you work
Posted: Mon Jan 11, 2021 8:52 am
k brown wrote: Those little devils jump a full octave when overblown.
Here is the Ruby code you want for the recorder SIM. It's already tested and it works I just don't have 306 installed yet. Use a Midi Splitter to drive the Ruby script and the output should be sent to the Detuner.Pitch.Offset like in this image.
https://drive.google.com/file/d/1GO0Ze3 ... sp=sharing
out = [0, 12, 24]
item = out[rand(out.length)]
if @in == 144
output 0, item
end
I will have to add this code to the Quilcom Chaos too because the modulation matrix is not able to do it. I tried to do random octave shifting between 0 and -3 and it's only able to do it full range. From +4 to -4 which is not good. What is i want to randomly pick only between -1 and 0 and +1 ? The Chaos modulation matrix is not able to do it.
https://drive.google.com/file/d/1U_2eZ_ ... sp=sharing
https://drive.google.com/drive/folders/ ... sp=sharing