X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Internals.pde;h=61c453e34d88eaa31273e754b30f5224431ccd94;hb=09f7f5dff86f1b54a789e39b4f6ab24ed072c17d;hp=c27a75b79c24a9c1138f8fd4dd06ce56d4a28f86;hpb=0b8db891d1df53c6ac814986ed184e8c794b6169;p=SugarCubes.git diff --git a/_Internals.pde b/_Internals.pde index c27a75b..61c453e 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,8 +36,8 @@ final float TRAILER_WIDTH = 240; final float TRAILER_DEPTH = 97; final float TRAILER_HEIGHT = 33; -final int MaxCubeHeight = 5; -final int NumBackTowers = 11; +final int MaxCubeHeight = 7; +final int NumBackTowers = 18; int targetFramerate = 60; int startMillis, lastMillis;