Add a color fucker effect for global modifications
[SugarCubes.git] / _Internals.pde
index fc06832ba72a9692447bc3111d4ad272419dde8f..8b2e3da71afa4e408845f78669dace1f2a580e82 100644 (file)
@@ -122,8 +122,6 @@ void setup() {
   
   println("Total setup: " + (millis() - startMillis) + "ms");
   println("Hit the 'p' key to toggle Panda Board output");
-  
-  println(glucose.model.bassBox.points.size());
 }
 
 void controllerChangeReceived(rwmidi.Controller cc) {
@@ -206,6 +204,10 @@ void draw() {
     debugUI.draw();
   }
   
+  // TODO(dan): if you want to, here would be a good place to
+  // put in gamma correction, modifying the colors that get
+  // sent to the pandaboards, without mucking up the UI here
+  
   // TODO(mcslee): move into GLucose engine
   for (PandaDriver p : pandaBoards) {
     p.send(colors);