deniskolokol / sympli_romatiko

Solid physics in 3D controlled by Kinect in surround sound
MIT License
2 stars 0 forks source link

[world] Send to synths not only values of params, but also instructions about dependencies #106

Open deniskolokol opened 5 years ago

deniskolokol commented 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.