X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=SugarCubes.pde;h=c6431d8fe85ee2f4e871b38776e32ca9527b4429;hb=HEAD;hp=40c3ffe5863be6037ca0ef4891c2b025537a59c6;hpb=22cc0977d83b137ab1b57490dc1dec5e5ae24544;p=SugarCubes.git diff --git a/SugarCubes.pde b/SugarCubes.pde index 40c3ffe..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 @@ -117,7 +116,10 @@ LXPattern[] patterns(LX lx) { new Spirality(lx), // Micah - new Rings(glucose), + new Rings(lx), + + // Open pixel control server + new OpenPixelControl(lx, this), // Basic test patterns for reference, not art new TestCubePattern(lx),