messy first pass at processing2 port
[SugarCubes.git] / SugarCubes.pde
index ff85065f00b8519e045ab2025606a0d76aa09d6d..fbaccc38fd5f0915d5d8aab72df047b69f8401a4 100644 (file)
@@ -22,7 +22,7 @@
  * 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(GLucose glucose) {
   return new LXPattern[] {        
 
@@ -152,7 +152,7 @@ LXTransition[] transitions(GLucose glucose) {
 
 // Handles to globally triggerable effects 
 class Effects {
-  FlashEffect flash = new FlashEffect(lx);
+  //FlashEffect flash = new FlashEffect(lx);
   BoomEffect boom = new BoomEffect(glucose);
   BlurEffect blur = new BlurEffect(glucose);
   QuantizeEffect quantize = new QuantizeEffect(glucose);