Skip to content

Instantly share code, notes, and snippets.

@fraga
Created June 26, 2018 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fraga/84936e4d3003d3d318658b86bc1781e7 to your computer and use it in GitHub Desktop.
Save fraga/84936e4d3003d3d318658b86bc1781e7 to your computer and use it in GitHub Desktop.
# Ikovsky
use_synth :piano
10.times do
play 50, amp: 1, sustain: 0.2, sustain_level: 1
sleep 0.35
play 57, sustain: 0.2
sleep 0.25
play 62, sustain: 0.2
sleep 0.35
play 60, sustain: 0.2
sleep 0.55
play 57, amp: 2, sustain: 0.2
sleep 0.25
play 64, sustain: 0.2
sleep 0.35
play 60, sustain: 0.2
sleep 0.25
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment