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