First time here? Check out the FAQ!
x

cascading sound - "fathers" and "sons"

0 votes
484 views
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
asked Mar 1, 2018 in Capytalk & Smalltalk by domenico-cipriani (Master) (3,110 points)
Do you want to use a Script to create the cascade of Sounds?
yes, to create the cascade of Sounds and to have this correlations betweend "father" behaviour and "son" behaviour".
at the moment I found a solution, usingt he NeverEngineLabs, ArraytoGlobalControllers, where I can arrange the GeneratedEvents in order to be useful for me.
but I am still interesting to learn how these things can be done with a script.

2 Answers

0 votes
 
Best answer
maybe one of the first sound examples i uploaded to the new forum might help you with that task:

http://kyma.symbolicsound.com/library/bouncing-ball-delay/

It is a simple script which creates instances of the same structure which you could modifiy with global controllers to adapt the behaviour you discriped based on a simple comparison..
answered Mar 14, 2018 by christian-schloesser (Adept) (2,900 points)
selected Mar 14, 2018 by domenico-cipriani
thank you very much Chris, this example was very useful.
0 votes

To see an example of how to build a cascade of Sounds using a Script, please search in the Sound Library for

sound builder

answered Mar 1, 2018 by ssc (Savant) (126,620 points)
...