Plane tune
Concept: this project explores a novel sonification technique that combines:
- Parametric Path - A 2D curve defined as a function of time
t, producing coordinates(x(t), y(t)) - Scalar Field - A mathematical function that maps any 2D point
(x, y), to a scalar valuef(x, y) - Waveform Generation - Sampling the field values along the path to create audio
As the path moves through the field over time, the varying field values become the audio waveform. Think of a record needle moving along a path you choose across an arbitrary landscape that you define mathematically.
For details see the GitHub repo.