# SYNTHS use_synth :saw use_synth :tb303 loop do play 50, release: 0.1, cutoff: rrand(60, 120) sleep 0.125 end use_synth :tb303 loop do play choose(chord(:E3, :minor)), release: 0.3, cutoff: rrand(60, 120) sleep 0.25 end