// title: Spring saw // author: Paul Anderson // description: // Feeding sound file multiplied by a slow saw wave into the spring physical model. Fascinating results ensue. // code: b = Buffer.read(s, Platform.resourceDir +/+ "sounds/a11wlk01.wav"); // This is very cool! ( { Spring.ar(PlayBuf.ar(1, b, loop: 1)*Saw.ar(4)); }.play; )