Skip to content

Instantly share code, notes, and snippets.

@samaaron
Created December 19, 2016 17:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samaaron/878eaa01cdf8bbf52c5f2d48e947f6ae to your computer and use it in GitHub Desktop.
Save samaaron/878eaa01cdf8bbf52c5f2d48e947f6ae to your computer and use it in GitHub Desktop.
define :eggs do |co=130|
time_warp 0 do
with_fx :reverb,room: 1 do
with_fx :krush, amp: 2, mix: 0.3 do
time_warp -0.01 do
play :e0, release: 8, cutoff: co, note_slide: 0.01, cutoff_slide: 2 do
control cutoff: 130
16.times do
control note: (scale, :e0, :minor_pentatonic).choose
sleep 0.125
end
end
end
end
end
end
end
use_bpm 40
use_synth :dsaw
use_octave 3
eggs 60
sleep 4
eggs 90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment