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
# based on https://vimeo.com/50061269 by Andrew Sorensen | |
use_bpm 90 | |
use_synth :dsaw | |
loops = [0, 0, 0, 0, 0] | |
define :pat do |notes, amps, time, count, rel, loop| | |
with_fx :reverb do | |
count.times do |i| | |
play notes[i], amp: loops[loop]*rrand(amps[i]-0.05, amps[i]+0.05), release: rel |
NewerOlder