ephemeral-garden/sample-player.rb

9 lines
175 B
Ruby
Raw Permalink Normal View History

2018-04-14 09:31:59 +00:00
# -*- mode: enh-ruby; coding: utf-8; -*-
2018-04-26 17:40:40 +00:00
snd = "/home/foam/snd/"
2018-04-14 09:31:59 +00:00
2018-04-26 17:40:40 +00:00
loop do
sample snd, "29", rrand_i(1,2), amp: 1.5
#sample snd, "29", rrand_i(1,2), lpf: 70, amp: 1.5
end