X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=SugarCubes.pde;h=c6431d8fe85ee2f4e871b38776e32ca9527b4429;hb=e0b9d8726c661f54f47340449037ac7f6b410de6;hp=3dc97917c72f2e1437c59415beab5fff033a2d35;hpb=f7d5c024df2b13297fb20785170f6dc446c6d4fd;p=SugarCubes.git diff --git a/SugarCubes.pde b/SugarCubes.pde index 3dc9791..c6431d8 100644 --- a/SugarCubes.pde +++ b/SugarCubes.pde @@ -22,56 +22,18 @@ * 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[] { -<<<<<<< HEAD - new SineSphere(glucose), - //new CubeCurl(glucose), - // DanH - new Noise(glucose), - new Play (glucose), - new Pong (glucose), - new Worms(glucose), - -======= - new SineSphere(lx), + //new SineSphere(lx), //new CubeCurl(lx), ->>>>>>> 21dffb1b77608cacc57382f3eb6eac3ed16054c3 // Slee // new Cathedrals(lx), new Swarm(lx), new MidiMusic(lx), new Pulley(lx), -<<<<<<< HEAD - new ViolinWave(glucose), - new BouncyBalls(glucose), - new SpaceTime(glucose), - new ShiftingPlane(glucose), - new AskewPlanes(glucose), - new Blinders(glucose), - new CrossSections(glucose), - new Psychedelia(glucose), - new TimRaindrops(glucose), - new TimCubes(glucose), - new MultipleCubes(glucose), - - new Traktor(glucose).setEligible(false), - new BassPod(glucose).setEligible(false), - new CubeEQ(glucose).setEligible(false), - new PianoKeyPattern(glucose).setEligible(false), - - new StripBounce(glucose), - - // AntonK - //new AKPong(glucose), - new Swim(glucose), - new Balance(glucose), - -======= new ViolinWave(lx), new BouncyBalls(lx), new SpaceTime(lx), @@ -96,24 +58,12 @@ LXPattern[] patterns(LX lx) { new Play (lx), new Pong (lx), new Worms(lx), ->>>>>>> 21dffb1b77608cacc57382f3eb6eac3ed16054c3 - - // JR new Gimbal(lx), // Alex G -<<<<<<< HEAD - // Tim - new TimMetronome(glucose), - new TimPlanes(glucose), - new TimPinwheels(glucose), - - // new TimTrace(glucose), - new TimSpheres(glucose), -======= // Tim new TimMetronome(lx), new TimPlanes(lx), @@ -122,7 +72,6 @@ LXPattern[] patterns(LX lx) { new TimCubes(lx), // new TimTrace(lx), new TimSpheres(lx), ->>>>>>> 21dffb1b77608cacc57382f3eb6eac3ed16054c3 // Jackie new JackieSquares(lx), @@ -138,16 +87,6 @@ LXPattern[] patterns(LX lx) { new VSTowers(lx), // Toby -<<<<<<< HEAD - new GlitchPlasma(glucose), - new FireEffect(glucose).setEligible(false), - - new SoundRain(glucose).setEligible(false), - new SoundSpikes(glucose).setEligible(false), - new FaceSync(glucose), - - // Jack -======= new GlitchPlasma(lx), new FireEffect(lx).setEligible(false), new StripBounce(lx), @@ -158,7 +97,6 @@ LXPattern[] patterns(LX lx) { // Jack new Swim(lx), new Balance(lx), ->>>>>>> 21dffb1b77608cacc57382f3eb6eac3ed16054c3 // Ben // new Sandbox(lx), @@ -177,6 +115,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),