X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=VincentSiao.pde;h=797651a5f20de588c417376de23793f6c49f6d52;hp=48a368e611e19e8f38ba2c89e0e32ca97c8ffe48;hb=dde759833df1c0190d9d3a982a90c0a4f8d76a26;hpb=4749563ed0cc35bde6bdd13eecdfc6e361d5320b diff --git a/VincentSiao.pde b/VincentSiao.pde index 48a368e..797651a 100644 --- a/VincentSiao.pde +++ b/VincentSiao.pde @@ -42,8 +42,8 @@ class VSTowers extends SCPattern { } } - public VSTowers(GLucose glucose) { - super(glucose); + public VSTowers(LX lx) { + super(lx); addParameter(saturationParameter); addParameter(attackParameter); addParameter(decayParameter);