From 960d044246ca0d2b255b3b81632b0380c14b632f Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Tue, 6 Oct 2015 22:25:26 -0400 Subject: Added some volumes --- broadcast.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'broadcast.py') diff --git a/broadcast.py b/broadcast.py index 375528c..82f0e21 100644 --- a/broadcast.py +++ b/broadcast.py @@ -22,7 +22,7 @@ parser.add_option('-q', '--quit', dest='quit', action='store_true', help='Instru parser.add_option('-p', '--play', dest='play', action='append', help='Play a single tone or chord (specified multiple times) on all listening clients (either "midi pitch" or "@frequency")') parser.add_option('-P', '--play-async', dest='play_async', action='store_true', help='Don\'t wait for the tone to finish using the local clock') parser.add_option('-D', '--duration', dest='duration', type='float', help='How long to play this note for') -parser.add_option('-V', '--volume', dest='volume', type='int', help='How loud to play this note (0-255)') +parser.add_option('-V', '--volume', dest='volume', type='int', help='Master volume (0-255)') parser.add_option('-s', '--silence', dest='silence', action='store_true', help='Instruct all clients to stop playing any active tones') parser.add_option('-S', '--seek', dest='seek', type='float', help='Start time in seconds (scaled by --factor)') parser.add_option('-f', '--factor', dest='factor', type='float', help='Rescale time by this factor (0