X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=VincentSiao.pde;h=797651a5f20de588c417376de23793f6c49f6d52;hb=e0b9d8726c661f54f47340449037ac7f6b410de6;hp=48a368e611e19e8f38ba2c89e0e32ca97c8ffe48;hpb=cc99cc31a31086ea874ab48c73cd6929200370ba;p=SugarCubes.git 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);