From e619561707ee8e21af6f77cc262e8c65d5c50763 Mon Sep 17 00:00:00 2001 From: beadleha Date: Tue, 14 Jul 2015 04:36:00 +0000 Subject: Added a sync test mode --- .gitignore | 1 + broadcast.py | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1f96c55..ee6e3f3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ client *.swp *.swo *.pyc +*~ diff --git a/broadcast.py b/broadcast.py index a701bd0..1007af5 100644 --- a/broadcast.py +++ b/broadcast.py @@ -10,6 +10,7 @@ from packet import Packet, CMD, itos parser = optparse.OptionParser() parser.add_option('-t', '--test', dest='test', action='store_true', help='Play a test tone (440, 880) on all clients in sequence (the last overlaps with the first of the next)') +parser.add_option('-T', '--sync-test', dest='sync_test', action='store_true', help='Don\'t wait for clients to play tones properly--have them all test tone at the same time') parser.add_option('-q', '--quit', dest='quit', action='store_true', help='Instruct all clients to quit') parser.add_option('-f', '--factor', dest='factor', type='float', default=1.0, help='Rescale time by this factor (0