From 4135f3a6f2b763fa6c952e2fd580b30b9e31d548 Mon Sep 17 00:00:00 2001
From: Graham Northup <grissess@nexusg.org>
Date: Mon, 2 Oct 2017 16:14:07 -0400
Subject: Minor bugfixes and featurefixes:

- shiv now assumes -a if you give it no other options;
- broadcast now displays a cute spinny and progress bar when playing
  without -v set
- drums.py obeys -V when testing (-t)
---
 drums.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'drums.py')

diff --git a/drums.py b/drums.py
index 1ee7c1e..a6d8399 100644
--- a/drums.py
+++ b/drums.py
@@ -123,7 +123,7 @@ if options.test:
         print 'Current playing:', PLAYING
         print 'Playing:', frq
         data = DRUMS[frq]
-        PLAYING.append(SampleReader(data, len(data), 1.0))
+        PLAYING.append(SampleReader(data, len(data), options.volume))
         time.sleep(len(data) / (4.0 * options.rate))
     print 'Done'
     exit()
-- 
cgit v1.2.3-70-g09d2