SndBuf snd => DBAP4e p; "E:/Google Drive/Stanford/Senior Year/Music220A/HW5/Turn in/hw5.wav" => snd.read; 0.0::ms => dur d; snd.length() => dur length; 0.0 => float t; while(d < length) { pi/8 +=> t; p.setPosition(Math.sin(t), Math.cos(t)); 100::ms +=> d; 100::ms => now; }