Skip to content

Instantly share code, notes, and snippets.

@datramt
Created June 17, 2019 22:16
Show Gist options
  • Save datramt/a10ee975cfb68a8d33fc10b27c4da75d to your computer and use it in GitHub Desktop.
Save datramt/a10ee975cfb68a8d33fc10b27c4da75d to your computer and use it in GitHub Desktop.
example_c.rb
# Michael Jackson’s Billie Jean basic percussion part in Sonic Pi
100.times do
sample :drum_cymbal_closed
sample :drum_bass_hard
sleep 0.25
sample :drum_cymbal_closed
sleep 0.25
sample :drum_cymbal_closed
sample :drum_snare_hard
sleep 0.25
sample :drum_cymbal_closed
sleep 0.25
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment