Skip to content

Instantly share code, notes, and snippets.

@hopbit
Created August 4, 2015 20:07
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/961ca7301ec61ef05f39 to your computer and use it in GitHub Desktop.
Save hopbit/961ca7301ec61ef05f39 to your computer and use it in GitHub Desktop.
# https://soundcloud.com/hopbit/live-coding-session-2015-08-04
live_loop :jj do
#sample :loop_breakbeat, rate: 1.25, amp: 4
sleep 1.5
use_synth :dsaw
play 1, amp: 0.5
end
live_loop :ll do
stop
sync :jj
sample :elec_bell, amp: 0.25
sleep 3
end
live_loop :kk do
stop
synth :jj
sample :guit_e_fifths, rate: 2.7, amp: 0.05
sleep 3.0
sample :guit_e_fifths, rate: 2.5, amp: 0.05
sleep 3.0
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment