This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sonic Pi tutorial: https://sonic-pi.net/tutorial | |
# Gymnopédie No. 1 by Erik Satie – sheet music: https://musopen.org/music/8010-3-gymnopedies/ | |
# Coded by Alex Glow | |
in_thread(name: :bass) do | |
bass_iter = 0 | |
with_fx :reverb, room: 1 do | |
2.times do | |
8.times do | |
#with_fx :echo, mix: 0.4, phase: 0.4 do |