X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=SugarCubes.pde;h=fbaccc38fd5f0915d5d8aab72df047b69f8401a4;hb=cc9e8c8be45767207e09c434bad100b0156877e6;hp=6651e18affbe50a8b8f5638ce3246c4ee4b66416;hpb=20e7c94f16a8f2449bf978052c090eab872ecded;p=SugarCubes.git diff --git a/SugarCubes.pde b/SugarCubes.pde index 6651e18..fbaccc3 100644 --- a/SugarCubes.pde +++ b/SugarCubes.pde @@ -22,12 +22,12 @@ * 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(GLucose glucose) { - return new LXPattern[] { - - new SineSphere(glucose), - //new CubeCurl(glucose), + return new LXPattern[] { + + new SineSphere(glucose), + //new CubeCurl(glucose), // Slee // new Cathedrals(glucose), @@ -43,21 +43,30 @@ LXPattern[] patterns(GLucose glucose) { new Blinders(glucose), new CrossSections(glucose), new Psychedelia(glucose), + + new MultipleCubes(glucose), new Traktor(glucose).setEligible(false), new BassPod(glucose).setEligible(false), new CubeEQ(glucose).setEligible(false), new PianoKeyPattern(glucose).setEligible(false), + // AntonK + new AKPong(glucose), + // DanH new Noise(glucose), new Play (glucose), new Pong (glucose), new Worms(glucose), + // JR + new Gimbal(glucose), + // Alex G // Tim + new TimMetronome(glucose), new TimPlanes(glucose), new TimPinwheels(glucose), new TimRaindrops(glucose), @@ -65,7 +74,15 @@ LXPattern[] patterns(GLucose glucose) { // new TimTrace(glucose), new TimSpheres(glucose), + // Jackie + new JackieSquares(glucose), + new JackieLines(glucose), + new JackieDots(glucose), + // L8on + new L8onAutomata(glucose), + new L8onLife(glucose), + new L8onStripLife(glucose), // Vincent new VSTowers(glucose), @@ -81,6 +98,7 @@ LXPattern[] patterns(GLucose glucose) { // Jack new Swim(glucose), new Balance(glucose), + // Ben @@ -92,9 +110,6 @@ LXPattern[] patterns(GLucose glucose) { // Shaheen //new HelixPattern(glucose).setEligible(false), - //JR - new Gimbal(glucose), - // Sam new JazzRainbow(glucose), @@ -137,7 +152,7 @@ LXTransition[] transitions(GLucose glucose) { // Handles to globally triggerable effects class Effects { - FlashEffect flash = new FlashEffect(lx); + //FlashEffect flash = new FlashEffect(lx); BoomEffect boom = new BoomEffect(glucose); BlurEffect blur = new BlurEffect(glucose); QuantizeEffect quantize = new QuantizeEffect(glucose);