X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Internals.pde;fp=_Internals.pde;h=f809e9389bc9159b838c128e51a7fb960393e98a;hb=6b3d53ca7ec4376d42dbd273102dde60c876c93c;hp=41532f771384f4f5a350d4889ba3c709d7623bf3;hpb=794995923b50129fee95afffd449e1bd09537fc2;p=SugarCubes.git diff --git a/_Internals.pde b/_Internals.pde index 41532f7..f809e93 100644 --- a/_Internals.pde +++ b/_Internals.pde @@ -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);