I have a Sound that has 5 slightly detuned oscillators in it:
My encapsulated Sound has a single Frequency parameter which sets the frequencies of the five oscillators. If I put a "nextRandom" expression in the Frequency parameter of my encapsulated Sound instead of all of the oscillators changing together it is as if nextRandom is evaluated five times and the oscillators all end up with different frequencies. How would I make them all have the same frequency?
Thanks to Charlie Norton for this question which came up during our Kyma Kata.