Life redux
[SugarCubes.git] / SugarCubes.pde
index 88f229a2a4bee26274e86821edcf96aec058a8bc..d4aa68f07ac8fd3bcf0e5cd96c6321f0711a24b1 100644 (file)
@@ -25,9 +25,9 @@
 
 LXPattern[] patterns(GLucose glucose) {
   return new LXPattern[] {
-     
-     new SineSphere(glucose),
-     //new CubeCurl(glucose), 
+       
+    new SineSphere(glucose),
+    //new CubeCurl(glucose), 
      
     // Slee
     // new Cathedrals(glucose),
@@ -43,6 +43,8 @@ LXPattern[] patterns(GLucose glucose) {
     new Blinders(glucose),
     new CrossSections(glucose),
     new Psychedelia(glucose),
+
+    new MultipleCubes(glucose),
     
     new Traktor(glucose).setEligible(false),
     new BassPod(glucose).setEligible(false),
@@ -58,12 +60,15 @@ LXPattern[] patterns(GLucose glucose) {
     // Alex G
      
      // Tim
+    new TimMetronome(glucose),
     new TimPlanes(glucose),
     new TimPinwheels(glucose),
     new TimRaindrops(glucose),
     new TimCubes(glucose),
     // new TimTrace(glucose),
     new TimSpheres(glucose),
+    
+    
 
     // Jackie
     new JackieSquares(glucose),
@@ -86,7 +91,9 @@ LXPattern[] patterns(GLucose glucose) {
     // Jack
     new Swim(glucose),
     new Balance(glucose),
-
+    
+    // L8on
+    new Life(glucose),
     
     // Ben
     // new Sandbox(glucose),