From e32b64b8270cbf7944460555c6a863dbd28a6519 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Sat, 14 Apr 2018 11:31:59 +0200 Subject: [PATCH] sample test --- sample-player.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sample-player.rb 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 +