From fc9a7b931be966dadac692b3292ce210b4e3915c Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 4 Sep 2019 23:05:55 +0200 Subject: [PATCH] =?UTF-8?q?Kurzen=20Beep=20zum=20playSatteliteCount=20hinz?= =?UTF-8?q?ugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- world-o-techno.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world-o-techno.rb b/world-o-techno.rb index 36c9876..450ba8d 100755 --- a/world-o-techno.rb +++ b/world-o-techno.rb @@ -135,7 +135,7 @@ define :playSatelliteCount do sample :bd_fat, amp: 6 else sample :bd_haus, amp: 1 - + play scale(:Eb2, :major_pentatonic, num_octaves: 3).choose, release: 0.1, amp: rand end end