New LX fixes FlashEffect bug
[SugarCubes.git] / SugarCubes.pde
index 36e63175061eab1b5cbff18c32a742c0f313dee2..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
@@ -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),