From: Leighton Wallace Date: Mon, 25 Nov 2013 06:40:23 +0000 (-0800) Subject: Changing min alive probability X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=commitdiff_plain;h=f01b5ada4bc3d87e907b457ebe48a48bfbd3788b Changing min alive probability --- diff --git a/L8onWallace.pde b/L8onWallace.pde index b5e455e..675f52e 100644 --- a/L8onWallace.pde +++ b/L8onWallace.pde @@ -439,7 +439,7 @@ class L8onStrips extends SCPattern { // Controls the saturation. private BasicParameter saturationParameter = new BasicParameter("SAT", 90.0, 0.0, 100.0); - public final double MIN_ALIVE_PROBABILITY = 0.2; + public final double MIN_ALIVE_PROBABILITY = 0.4; public final double MAX_ALIVE_PROBABILITY = 0.9; private final SinLFO xPos = new SinLFO(0, model.xMax, 4500);