X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=SugarCubes.pde;h=f218ccc3d3979e9f2e0064d330c8092f7e0d62a9;hb=30624e974f88224b0a8719b11bd649578eb97ab6;hp=b941bdbcc891ff3d38035917d69a1043afe82f34;hpb=b5d6d7a0a56238e37d648489a1d95bb1dc351091;p=SugarCubes.git diff --git a/SugarCubes.pde b/SugarCubes.pde index b941bdb..f218ccc 100644 --- a/SugarCubes.pde +++ b/SugarCubes.pde @@ -116,6 +116,12 @@ LXPattern[] patterns(LX lx) { new AbstractPainting(lx), new Spirality(lx), + // Micah + new Rings(lx), + + // Open pixel control server + new OpenPixelControl(lx, this), + // Basic test patterns for reference, not art new TestCubePattern(lx), new TestTowerPattern(lx),