X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Internals.pde;h=5c3f7cd5907431266f2d545637eaf83f0b617b5e;hb=fe30b2268bba1105dee4d48eeb9191103fc0e3fb;hp=57a01612b36da97acb27361b3fc21324bccc1716;hpb=78a44a1ba9c18a8293e1a3445938a2dd7469015c;p=SugarCubes.git diff --git a/_Internals.pde b/_Internals.pde index 57a0161..5c3f7cd 100644 --- a/_Internals.pde +++ b/_Internals.pde @@ -111,12 +111,12 @@ void setup() { debugUI = new DebugUI(pandaMappings); overlays = new UIContext[] { uiPatternA = new UIPatternDeck(lx.engine.getDeck(0), "PATTERN A", 4, 4, 140, 344), - new UICrossfader(4, 352, 140, 152), - new UIOutput(4, 508, 140, 122), + new UICrossfader(4, 352, 140, 212), new UIPatternDeck(lx.engine.getDeck(1), "PATTERN B", width-144, 4, 140, 344), new UIEffects(width-144, 352, 140, 144), new UITempo(width-144, 498, 140, 50), + new UIOutput(width-144, 552, 140, 122), uiDebugText = new UIDebugText(4, height-64, width-8, 44), uiMapping = new UIMapping(mappingTool, 4, 4, 140, 344),