Skip to content

Instantly share code, notes, and snippets.

@thegreyd
Created August 21, 2018 03:27
Show Gist options
  • Save thegreyd/0e93a7ed82270a43267573f9f9177954 to your computer and use it in GitHub Desktop.
Save thegreyd/0e93a7ed82270a43267573f9f9177954 to your computer and use it in GitHub Desktop.
Sonic Pi Remix
live_loop :song do
sample "again_beg_full.wav", rate: 2, attack: 1, release: 1, amp: 2
sleep 10.2
end
live_loop :beat do
use_bpm 47
sample :loop_amen, rate: 1, beat_stretch: 2
sleep 2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment