New LX fixes FlashEffect bug
[SugarCubes.git] / SugarCubes.pde
index 40c3ffe5863be6037ca0ef4891c2b025537a59c6..c6431d8fe85ee2f4e871b38776e32ca9527b4429 100644 (file)
  * 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),