Skip to content

Instantly share code, notes, and snippets.

@mohayonao
Last active December 26, 2015 00:39
Show Gist options
  • Save mohayonao/7065587 to your computer and use it in GitHub Desktop.
Save mohayonao/7065587 to your computer and use it in GitHub Desktop.
buffer = Buffer.read("/files/audio/Grange_Party.mp3")
Synth.def ->
out = PlayBuf.ar(2, buffer, rate:0.5, loop:1)
out = CombC.ar(out, delaytime:0.25, decaytime:25)
Out.ar(0, out)
.play()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment