The Quilcom SIM-W: Whistle while you work

Post any examples or modules that you want to share here
newdsp
Posts: 88
Joined: Fri Dec 11, 2020 1:57 am

Re: The Quilcom SIM-W: Whistle while you work

Post by newdsp »

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
Attachments
Quilcom SIM-W v1.005 .fsm
I had to modify it again because those long preset names don't show in FL Studio. Only the first part is visible but the second part is not.
(1.83 MiB) Downloaded 929 times
Quilcom SIM-W v1.004 .fsm
This opens with 309b2 or just get the exported versions from here.
https://drive.google.com/file/d/1U_2eZ_I5WDCohVbGv7q_F-L-4CoGwv0t/view?usp=sharing
https://drive.google.com/drive/folders/1sHSDEbxA3fwGA6JNNj2zVo1Z2p91Gn1b?usp=sharing
(1.82 MiB) Downloaded 908 times
Post Reply