X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=SugarCubes.pde;h=e8b15735861fd95dcdc34620e201e459f055a0ee;hb=ab65d40b549a354ba5f70b08c29d35d0971243cf;hp=a685442b2eb1fcb5cb0a6ad61b10172647e08afe;hpb=5232aaa4d584c131c4456754823b82603243f33d;p=SugarCubes.git diff --git a/SugarCubes.pde b/SugarCubes.pde index a685442..e8b1573 100644 --- a/SugarCubes.pde +++ b/SugarCubes.pde @@ -28,7 +28,12 @@ LXPattern[] patterns(GLucose glucose) { new SineSphere(glucose), //new CubeCurl(glucose), - + // DanH + new Noise(glucose), + new Play (glucose), + new Pong (glucose), + new Worms(glucose), + // Slee // new Cathedrals(glucose), new Swarm(glucose), @@ -43,31 +48,35 @@ LXPattern[] patterns(GLucose 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), - - // DanH - new Noise(glucose), - new Play (glucose), - new Pong (glucose), - new Worms(glucose), + //new AKPong(glucose), + new Swim(glucose), + new Balance(glucose), + + + + // JR + new Gimbal(glucose), + // Alex G // Tim new TimMetronome(glucose), new TimPlanes(glucose), new TimPinwheels(glucose), - new TimRaindrops(glucose), - new TimCubes(glucose), + // new TimTrace(glucose), new TimSpheres(glucose), @@ -77,9 +86,9 @@ LXPattern[] patterns(GLucose glucose) { new JackieDots(glucose), // L8on - new L8onLife(glucose), new L8onAutomata(glucose), - new L8onStrips(glucose), + new L8onLife(glucose), + new L8onStripLife(glucose), // Vincent new VSTowers(glucose), @@ -87,16 +96,12 @@ LXPattern[] patterns(GLucose glucose) { // Toby new GlitchPlasma(glucose), new FireEffect(glucose).setEligible(false), - new StripBounce(glucose), + new SoundRain(glucose).setEligible(false), new SoundSpikes(glucose).setEligible(false), new FaceSync(glucose), // Jack - new Swim(glucose), - new Balance(glucose), - - // Ben // new Sandbox(glucose), @@ -107,9 +112,6 @@ LXPattern[] patterns(GLucose glucose) { // Shaheen //new HelixPattern(glucose).setEligible(false), - //JR - new Gimbal(glucose), - // Sam new JazzRainbow(glucose),