Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 24, 2019 12:16
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 nicoder/af71fc4bc88e092125c023e2e5d9d013 to your computer and use it in GitHub Desktop.
Save nicoder/af71fc4bc88e092125c023e2e5d9d013 to your computer and use it in GitHub Desktop.
with_fx :echo do
live_audio :in
end
live_loop :a do
sample :bd_haus
sleep 0.5
end
live_loop :b do
sync :a
use_synth :pluck
with_fx :reverb do
with_fx :krush, mix: 0.5 do
5.times do
play scale(60, :major).shuffle.take(5).tick, release: 0.4
sleep line(0.15, 0.3, num_slices: 5).choose
end
end
end
end
live_loop :c do
sync :b
sample :bass_thick_c, rate: 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment