Thanks again Dan, I dropped a little thank you tip in your jar! 🙂
I got this to work the way I wanted it to. Even though I had a little bit of trouble getting the frequency correct, because I wanted a max amount of 2 curves per path and therefore it needed to be linked to the life span / speed of the bubbles.
Through trial and error I got that timing to work with the following, doing the same thing for the min and max values.
(minLife is at 30 at the moment)
minFreq = (minLife/720)
I was trying something along the lines of
minFreq = (minLife/(minLife*60));
which didn’t work exactly how I want it
Maybe you can unravel for me how frequency in connection to time could be calculated, so that a variable can be set to the amount of peaks the bubble is doing per path and not the amount per sec as freq. is doing it now.
Best,
Patrick