New Heron and GLucose jars, bring bass box back
[SugarCubes.git] / Audio.pde
old mode 100755 (executable)
new mode 100644 (file)
index 06390bc..6e36a29
--- a/Audio.pde
+++ b/Audio.pde
@@ -35,7 +35,7 @@ public static class GraphicEQ {
     numBands = this.fft.avgSize();
     bandVals = new LinearEnvelope[numBands];
     for (int i = 0; i < bandVals.length; ++i) {
-      bandVals[i] = new LinearEnvelope(0, 0, 500).trigger();
+      (bandVals[i] = new LinearEnvelope(0, 0, 500)).trigger();
     }
   }