X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=DanUtil.pde;h=44478befa3c5c8c6173bc1fe864d39497a65af9e;hp=78dc6d717c4c5b2d9535ea0cc3e8e3c39768c8fe;hb=dde759833df1c0190d9d3a982a90c0a4f8d76a26;hpb=4749563ed0cc35bde6bdd13eecdfc6e361d5320b diff --git a/DanUtil.pde b/DanUtil.pde index 78dc6d7..44478be 100644 --- a/DanUtil.pde +++ b/DanUtil.pde @@ -124,8 +124,8 @@ public class DPat extends SCPattern updateLights(); } - DPat(GLucose glucose) { - super(glucose); + DPat(LX lx) { + super(lx); pSpark = addParam("Sprk", 0); pWave = addParam("Wave", 0);