Music: “The Star Compass” by Tim Hecker
Created with Mathematica code:
Manipulate[
Graphics[
Line[
Table[
{-Sin[n*a], Cos[n/a]}, {n, 0, 800}]],
PlotRange -> 1.3],
{a, 11.396, 11.621, .0001}]
this is what conversations look like in line form