Skip to content

Instantly share code, notes, and snippets.

@hopbit
Last active August 27, 2015 13:45
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 hopbit/1ef1fc7ef18439ca141a to your computer and use it in GitHub Desktop.
Save hopbit/1ef1fc7ef18439ca141a to your computer and use it in GitHub Desktop.
Simple Kick Pattern With Random Amp
# Soundcloud preview:
# https://soundcloud.com/hopbit/simple-kick-pattern-with-random-amp-129-bpm
use_bpm 129
live_loop :kick do
sample :elec_mid_snare, amp: rand(1.25)
sleep 0.25
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment