From ebd8f4b242c1a83a222297aa80b2e5c64580e36d Mon Sep 17 00:00:00 2001 From: Grissess Date: Sat, 12 Jun 2021 16:28:10 -0400 Subject: Add the SC client, refactor for Py3 a little --- drums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drums.py') diff --git a/drums.py b/drums.py index 89faca9..ffa7792 100644 --- a/drums.py +++ b/drums.py @@ -248,7 +248,7 @@ while True: dur = pkt.data[0]+pkt.data[1]/1000000.0 dframes = int(dur * options.rate) if not options.repeat: - dframes = max(dframes, rframes) + dframes = min(dframes, rframes) if not options.cut: dframes = rframes * ((dframes + rframes - 1) / rframes) amp = options.volume * pkt.as_float(3) -- cgit v1.2.3-70-g09d2