Skip to content

Instantly share code, notes, and snippets.

@RusticFlare
Created April 23, 2017 09:49
Show Gist options
  • Save RusticFlare/43193eeb89c99e716bae5cd298b36ce0 to your computer and use it in GitHub Desktop.
Save RusticFlare/43193eeb89c99e716bae5cd298b36ce0 to your computer and use it in GitHub Desktop.

Revisions

  1. RusticFlare created this gist Apr 23, 2017.
    50 changes: 50 additions & 0 deletions the-amazing.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,50 @@
    use_synth :pretty_bell
    play 80
    sleep 0.5
    play 85
    sleep 0.5
    play 90
    sleep 0.5
    play 80
    play 80
    sleep 0.5
    play 85
    sleep 0.5
    play 90
    sleep 0.5
    play 80
    sleep 0.5
    sample :drum_tom_mid_soft, amp: 3
    sleep 0.25
    sample :drum_tom_mid_soft, amp: 3
    sleep 0.125
    sample :drum_tom_mid_soft, amp: 3
    sleep 0.25
    sample :drum_tom_mid_soft, amp: 3
    sleep 0.25
    sample :drum_tom_mid_soft, amp: 3
    sleep 0.5
    sample :drum_tom_mid_soft, amp: 4
    sleep 0.5
    live_loop :vb do
    play 60
    sample :elec_twang
    sample :drum_bass_hard
    sleep 1
    sample :drum_cymbal_open
    sample :elec_ping
    sleep 0.5
    play 62
    sample :elec_twang
    sleep 0.5
    sample :drum_tom_hi_hard
    sample :elec_twang
    sleep 0.5
    sample :drum_tom_hi_hard
    sample :elec_ping
    play 65
    sleep 0.5
    sample :drum_tom_hi_hard
    sample :elec_ping
    sleep 0.5
    end