X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=SugarCubes.pde;h=c6431d8fe85ee2f4e871b38776e32ca9527b4429;hb=bffb6a80f723b2795e47e56a7d8eb3d65e9324a5;hp=9d72c5dfd49a6c0b2443d61e199ef611f82bca4c;hpb=f109415988e59cd5e255ce6baac40abc57f307d8;p=SugarCubes.git diff --git a/SugarCubes.pde b/SugarCubes.pde index 9d72c5d..c6431d8 100644 --- a/SugarCubes.pde +++ b/SugarCubes.pde @@ -22,7 +22,6 @@ * If you're an artist, create a new tab in the Processing environment with * your name. Implement your classes there, and add them to the list below. */ - LXPattern[] patterns(LX lx) { return new LXPattern[] { @@ -119,6 +118,9 @@ LXPattern[] patterns(LX 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),