From 124d2f6ca05750efb00110c2c6e94b893d792afb Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Sat, 14 Apr 2018 11:41:33 +0200 Subject: [PATCH] sample test --- sample-player.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sample-player.rb b/sample-player.rb index 8fd7f63..29c0b17 100644 --- a/sample-player.rb +++ b/sample-player.rb @@ -1,5 +1,8 @@ # -*- 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