Skip to content

Instantly share code, notes, and snippets.

@zulman
Created May 23, 2023 15:01
Show Gist options
  • Save zulman/ff5d69a793cae5cac26e90c1ef0a009d to your computer and use it in GitHub Desktop.
Save zulman/ff5d69a793cae5cac26e90c1ef0a009d to your computer and use it in GitHub Desktop.
with_fx :echo, mix: 0.7 do
live_loop :notes do
[1, 3, 6, 4].each do |d|
(range -3, 3).each do |i|
play_chord (chord_degree d, :c, :major, 3, invert: i)
sleep 0.55
end
end
end
sleep (30)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment