X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=ShaheenGandhi.pde;h=cda8fed4358c5b18302cdce3c6394179456a11c4;hp=83b97cf31bf356149d9bb9bd42d49a5292326294;hb=dde759833df1c0190d9d3a982a90c0a4f8d76a26;hpb=2bb5682284f70c5788cbfcb9cba3c7bf66a104b6 diff --git a/ShaheenGandhi.pde b/ShaheenGandhi.pde index 83b97cf..cda8fed 100644 --- a/ShaheenGandhi.pde +++ b/ShaheenGandhi.pde @@ -183,8 +183,8 @@ class HelixPattern extends SCPattern { private static final float tMin = -200; private static final float tMax = 200; - public HelixPattern(GLucose glucose) { - super(glucose); + public HelixPattern(LX lx) { + super(lx); addParameter(helix1On); addParameter(helix2On);