Skip to content

Instantly share code, notes, and snippets.

@Enkerli
Created February 14, 2016 06:30
Show Gist options
  • Save Enkerli/a15353f4e195141fcfe0 to your computer and use it in GitHub Desktop.
Save Enkerli/a15353f4e195141fcfe0 to your computer and use it in GitHub Desktop.
Sonic Pi Crib Mobile: sounds somewhat like a sound mobile suspended over a baby's crib
use_synth :tri
use_tuning :just, :g3
loop do
play scale(:g3, :major_pentatonic, num_octaves: 2).choose, amp: one_in(7)
sleep 0.1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment