Merge branch 'master' of https://github.com/sugarcubes/SugarCubes
[SugarCubes.git] / SugarCubes.pde
index 5fb58504c1b4a7266425a854bccf87df82478aa9..2c9ecab95c290689624babc0a7d224167ed8453d 100644 (file)
@@ -27,7 +27,7 @@ LXPattern[] patterns(GLucose glucose) {
   return new LXPattern[] {
     
     new SineSphere(glucose),
-     //new CubeCurl(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),
@@ -90,6 +92,8 @@ LXPattern[] patterns(GLucose glucose) {
     new Swim(glucose),
     new Balance(glucose),
 
+    // L8on
+    new Life(glucose),
     
     // Ben
     // new Sandbox(glucose),