Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 29, 2020 06:35
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/c208fa374a52cd748ec39b662d3047a3 to your computer and use it in GitHub Desktop.
Save nicoder/c208fa374a52cd748ec39b662d3047a3 to your computer and use it in GitHub Desktop.
live_loop :a do
with_fx :echo, phase: (ring 0.25, 0.125).stretch(2).tick do
sample :drum_bass_hard
end
sleep 1
end
live_loop :b do
sync :a
use_synth :tb303
with_fx :krush do
play 48, cutoff: 50, pan: -0.3
play (ring 60, 57).stretch(4).tick, cutoff: 50, pan: 0.3
end
end
live_loop :c do
#sync :a
use_synth :tb303
with_fx :krush do
play scale(60, :major).mirror.stretch(8).tick, cutoff: line(50, 70, steps: 8).look
sleep 0.25
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment