X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=SugarCubes.pde;h=c6431d8fe85ee2f4e871b38776e32ca9527b4429;hb=a521a50b10037871a64746a7d5c40ed5f38e59e3;hp=36e63175061eab1b5cbff18c32a742c0f313dee2;hpb=b85e32c7d91e54581542c090d9f4335d7844e516;p=SugarCubes.git diff --git a/SugarCubes.pde b/SugarCubes.pde index 36e6317..c6431d8 100644 --- a/SugarCubes.pde +++ b/SugarCubes.pde @@ -22,11 +22,10 @@ * If you're an artist, create a new tab in the Processing environment with * your name. Implement your classes there, and add them to the list below. */ - LXPattern[] patterns(LX lx) { return new LXPattern[] { - new SineSphere(lx), + //new SineSphere(lx), //new CubeCurl(lx), // Slee @@ -119,6 +118,9 @@ LXPattern[] patterns(LX lx) { // Micah new Rings(lx), + // Open pixel control server + new OpenPixelControl(lx, this), + // Basic test patterns for reference, not art new TestCubePattern(lx), new TestTowerPattern(lx),