X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Internals.pde;h=425ea0e3c8a34532ef54f39f10bca368be15ba28;hb=270a8b44cd8296bb40fa74e4fcf2e7f7c4f1192c;hp=c27a75b79c24a9c1138f8fd4dd06ce56d4a28f86;hpb=0b8db891d1df53c6ac814986ed184e8c794b6169;p=SugarCubes.git diff --git a/_Internals.pde b/_Internals.pde index c27a75b..425ea0e 100644 --- a/_Internals.pde +++ b/_Internals.pde @@ -16,9 +16,9 @@ import glucose.*; import glucose.model.*; import heronarts.lx.*; -import heronarts.lx.control.*; import heronarts.lx.effect.*; import heronarts.lx.modulator.*; +import heronarts.lx.parameter.*; import heronarts.lx.pattern.*; import heronarts.lx.transform.*; import heronarts.lx.transition.*; @@ -36,9 +36,6 @@ final float TRAILER_WIDTH = 240; final float TRAILER_DEPTH = 97; final float TRAILER_HEIGHT = 33; -final int MaxCubeHeight = 5; -final int NumBackTowers = 11; - int targetFramerate = 60; int startMillis, lastMillis;