Open deniskolokol opened 5 years ago
Invent a way to send not only values of parameters, but also instructions about dependencies, e.g:
\cutoff = \particle.velocity.linexp(0, 1, 200, 1300) \delaytime = \particle.position.z.linlin(0, 1, 0.001, 2.)
In this way: get rid of the particle's params in synths (like ax, ay, az, vel, dist, etc.) to make them more universal.
Invent a way to send not only values of parameters, but also instructions about dependencies, e.g:
In this way: get rid of the particle's params in synths (like ax, ay, az, vel, dist, etc.) to make them more universal.