diff --git a/sample-player.rb b/sample-player.rb new file mode 100644 index 0000000..8fd7f63 --- /dev/null +++ b/sample-player.rb @@ -0,0 +1,6 @@ +# -*- mode: enh-ruby; coding: utf-8; -*- + +snd = "~/snd/" +sample snd, "29", rrand_i(1,2), amp: 1.5 +sample snd, "31", rrand_i(1,2), lpf: 70, amp: 1.5 +