hello there,
I am tryig to develop a genetic simulation in real time. For this, I have several sounds (it can be an oscillator or a sample) and I want that the level of the "father" controls the level of the "son", the level of the "son" controls the level of the "grandson" and so on (I would use more or less 12 generations). Essentially, the level of the "father" is a ramp00, and the level of the "son" is another ramp00 triggered only if the father is alive and a probability condition becomes true.
It works, but I would prefer to implement it in a more elegant way, like with a script.
any suggestions?
thanks.
d