Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created September 5, 2019 19:37
Show Gist options
  • Select an option

  • Save nicoder/9cc65c060d93f99a99f5f4d10961add3 to your computer and use it in GitHub Desktop.

Select an option

Save nicoder/9cc65c060d93f99a99f5f4d10961add3 to your computer and use it in GitHub Desktop.
live_loop :flibble do
sample :bd_haus
sleep 0.5
end
live_loop :drugi do
# sync :flibble
with_fx :ring_mod do
with_fx :echo do
play 60, release: 0.4
play scale(48, :major, num_octaves: 2).choose, release: 0.4
play 72, release: 0.4
end
end
sleep 0.5
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment