9 lines
166 B
Ruby
9 lines
166 B
Ruby
# -*- mode: enh-ruby; coding: utf-8; -*-
|
|
|
|
play 72
|
|
sleep 1
|
|
|
|
snd = "~/snd/"
|
|
sample snd, "29", rrand_i(1,2), amp: 1.5
|
|
sample snd, "31", rrand_i(1,2), lpf: 70, amp: 1.5
|
|
|
|
|