X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=DanUtil.pde;h=9577673d0ca5ca6f77025d8bbb9fb50d37ff4af0;hb=d626bc9b0197a1b5fd51a86f33f666a2a46579a2;hp=d9990dddeef72947fcc6cf9d421cb0f8aef9df3b;hpb=901660321dcb92de046a696c841f1f20d41d6a00;p=SugarCubes.git diff --git a/DanUtil.pde b/DanUtil.pde old mode 100755 new mode 100644 index d9990dd..9577673 --- a/DanUtil.pde +++ b/DanUtil.pde @@ -80,7 +80,7 @@ public class DPat extends SCPattern int unmapRow (int a) { return btwn(a,0 , 4) ? a+53 : a; } void SetLight (int row, int col, int clr){ if (midiout != null) midiout.sendNoteOn(col, unmapRow(row), clr); } void keypad (int row, int col) { println(row + " " + col); } - void onInactive() { bIsActive=false; DanTextLine1 = ""; DanTextLine2 = "";} + void onInactive() { bIsActive=false; DanTextLine1 = ""; DanTextLine2 = ""; uiDebugText.setText(""); } void onActive () { bIsActive=true; zSpinHue = 0; for (int i=0; i