Changes
1 changed files (+1/-1)
-
-
@@ -19,7 +19,7 @@ i += 1time.sleep(float(sys.argv[i])/1000) if f != 0 and l != 0: print(f, l) os.system(f'play -n synth {l} sawtooth {f} &') os.system(f'play -n synth {l*0.75} sawtooth {f} &') time.sleep(l) f = 0 l = 0
-