Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 3, 2017 03:32
Show Gist options
  • Save nicoder/bb8d826bfb1f10e31dc9cd99c66f6fe1 to your computer and use it in GitHub Desktop.
Save nicoder/bb8d826bfb1f10e31dc9cd99c66f6fe1 to your computer and use it in GitHub Desktop.
live_loop :m do
sleep 1
end
live_loop :mel do
#sync :m
play (ring 60, 61, 60, 61, 60, 58, nil, nil).tick, release: 0.2
sleep 0.25
end
live_loop :bass do
sync :mel
[48, 53, 56, 53, 48, nil].each do |n|
play n
sleep 0.5
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment