New HeronLX with fix for patterns not having Deck value set
authorMark Slee <mcslee@Mark-Slees-MacBook-Pro.local>
Thu, 24 Oct 2013 16:51:35 +0000 (09:51 -0700)
committerMark Slee <mcslee@Mark-Slees-MacBook-Pro.local>
Thu, 24 Oct 2013 16:51:35 +0000 (09:51 -0700)
_Internals.pde
code/HeronLX.jar

index 41532f771384f4f5a350d4889ba3c709d7623bf3..f809e9389bc9159b838c128e51a7fb960393e98a 100644 (file)
@@ -222,9 +222,9 @@ void draw() {
   simulationColors = sendColors = glucose.getColors();
   String displayMode = uiCrossfader.getDisplayMode();
   if (displayMode == "A") {
-    simulationColors = lx.engine.getDeck(0).getColors();
+    simulationColors = lx.engine.getDeck(GLucose.LEFT_DECK).getColors();
   } else if (displayMode == "B") {
-    simulationColors = lx.engine.getDeck(1).getColors();
+    simulationColors = lx.engine.getDeck(GLucose.RIGHT_DECK).getColors();
   }
   if (debugMode) {
     debugUI.maskColors(simulationColors);
index c407dc895a188c6787cafea31b0d9ff7a5ebfd39..23d0fb8c090f2bf08a9959519fe40d858daf0d91 100755 (executable)
Binary files a/code/HeronLX.jar and b/code/HeronLX.jar differ