Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 10, 2015 19:30
Show Gist options
  • Save nicoder/48666faaf3113cd68493 to your computer and use it in GitHub Desktop.
Save nicoder/48666faaf3113cd68493 to your computer and use it in GitHub Desktop.
20150310 sonic pi
live_loop :main do
use_synth :mod_fm
use_synth_defaults mod_range: 12
play 48, pan: [-1, 0, 1].choose, release: 0.25
play 60, pan: [-1, 0, 1].choose, release: 0.25
play 72, pan: [-1, 0, 1].choose, release: 0.25
sleep 0.125
end
live_loop :sec do
sample :drum_bass_hard, amp: 2
sleep 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment