Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created April 13, 2020 07:15
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/1265423b6e68689a7e8050f402f33606 to your computer and use it in GitHub Desktop.
Save nicoder/1265423b6e68689a7e8050f402f33606 to your computer and use it in GitHub Desktop.
live_loop :a do
sample :bass_dnb_f, amp: line(1, 0.5, steps: 8).tick
sleep 1
end
live_loop :b do
sync :a
sleep 0.5
with_fx :echo do
sample :tabla_dhec
end
end
live_loop :c do
sync :a
use_synth :dsaw
use_synth_defaults cutoff: 70
play 60
play 60 - (ring 0, 3, 5).stretch(8).tick
end
live_loop :d do
# sync :a
use_synth :tech_saws
use_synth_defaults cutoff: 70
play 79, amp: line(1, 4, steps: 16).tick, release: 0.4
sleep 0.25
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment