added JGraphT to code folder, seems to be working but it's possible I screwed somethi...
[SugarCubes.git] / SugarCubes.pde
index ff85065f00b8519e045ab2025606a0d76aa09d6d..e8b15735861fd95dcdc34620e201e459f055a0ee 100644 (file)
@@ -28,7 +28,12 @@ LXPattern[] patterns(GLucose glucose) {
 
     new SineSphere(glucose),
     //new CubeCurl(glucose), 
-     
+     // DanH
+    new Noise(glucose),
+    new Play (glucose),
+    new Pong (glucose),
+    new Worms(glucose),
+
     // Slee
     // new Cathedrals(glucose),
      new Swarm(glucose),
@@ -43,23 +48,25 @@ LXPattern[] patterns(GLucose glucose) {
     new Blinders(glucose),
     new CrossSections(glucose),
     new Psychedelia(glucose),
-
+     new TimRaindrops(glucose),
+    new TimCubes(glucose),
     new MultipleCubes(glucose),
     
     new Traktor(glucose).setEligible(false),
     new BassPod(glucose).setEligible(false),
     new CubeEQ(glucose).setEligible(false),
     new PianoKeyPattern(glucose).setEligible(false),
+    
+     new StripBounce(glucose),
 
        // AntonK
-       new AKPong(glucose),
-
-    // DanH
-    new Noise(glucose),
-    new Play (glucose),
-    new Pong (glucose),
-    new Worms(glucose),
+       //new AKPong(glucose),
+    new Swim(glucose),
+    new Balance(glucose),
+    
 
+    
+    
     // JR
     new Gimbal(glucose),
     
@@ -69,8 +76,7 @@ LXPattern[] patterns(GLucose glucose) {
     new TimMetronome(glucose),
     new TimPlanes(glucose),
     new TimPinwheels(glucose),
-    new TimRaindrops(glucose),
-    new TimCubes(glucose),
+    
     // new TimTrace(glucose),
     new TimSpheres(glucose),
 
@@ -90,16 +96,12 @@ LXPattern[] patterns(GLucose glucose) {
     // Toby
     new GlitchPlasma(glucose),
     new FireEffect(glucose).setEligible(false),
-    new StripBounce(glucose),
+   
     new SoundRain(glucose).setEligible(false),
     new SoundSpikes(glucose).setEligible(false),
     new FaceSync(glucose),
 
     // Jack
-    new Swim(glucose),
-    new Balance(glucose),
-    
-
     
     // Ben
     // new Sandbox(glucose),