From f93733a7908088b347d4d225e56892458f4e97f5 Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Tue, 11 Sep 2018 01:54:08 -0400 Subject: vibrato, chorus, and parent events --- broadcast.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'broadcast.py') diff --git a/broadcast.py b/broadcast.py index 16b06de..5fbdeab 100644 --- a/broadcast.py +++ b/broadcast.py @@ -11,7 +11,7 @@ import itertools import re import os -from packet import Packet, CMD, itos, OBLIGATE_POLYPHONE +from packet import Packet, CMD, PLF, itos, OBLIGATE_POLYPHONE 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)') @@ -32,6 +32,7 @@ parser.add_option('-V', '--volume', dest='volume', type='float', help='Master vo 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 0 and dur is not None: self.cur_offt = ttime + dur / options.factor -- cgit v1.2.3-70-g09d2