X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=SugarCubes.pde;h=5fe3c7bb5f412a83a63e07129e44a0ec35dcca09;hp=ff85065f00b8519e045ab2025606a0d76aa09d6d;hb=b9b7b3d47ba1edbb5595d749cf0d0a77a3ff7c5b;hpb=e18b4cb735a6e1f2d6cb2e7b1709d4a575cfe795 diff --git a/SugarCubes.pde b/SugarCubes.pde index ff85065..5fe3c7b 100644 --- a/SugarCubes.pde +++ b/SugarCubes.pde @@ -15,8 +15,8 @@ * * Welcome to the Sugar Cubes! This Processing sketch is a fun place to build * animations, effects, and interactions for the platform. Most of the icky - * code guts are embedded in the GLucose library extension. If you're an - * artist, you shouldn't need to worry about any of that. + * code guts are embedded in the HeronLX library, or files prefixed with + * an underscore. If you're an artist, you shouldn't need to worry about that. * * Below, you will find definitions of the Patterns, Effects, and Interactions. * If you're an artist, create a new tab in the Processing environment with @@ -31,7 +31,7 @@ LXPattern[] patterns(GLucose glucose) { // Slee // new Cathedrals(glucose), - new Swarm(glucose), + new Swarm(glucose), new MidiMusic(glucose), new Pulley(glucose), @@ -51,8 +51,8 @@ LXPattern[] patterns(GLucose glucose) { new CubeEQ(glucose).setEligible(false), new PianoKeyPattern(glucose).setEligible(false), - // AntonK - new AKPong(glucose), + // AntonK + new AKPong(glucose), // DanH new Noise(glucose), @@ -65,7 +65,7 @@ LXPattern[] patterns(GLucose glucose) { // Alex G - // Tim + // Tim new TimMetronome(glucose), new TimPlanes(glucose), new TimPinwheels(glucose), @@ -99,8 +99,6 @@ LXPattern[] patterns(GLucose glucose) { new Swim(glucose), new Balance(glucose), - - // Ben // new Sandbox(glucose), new TowerParams(glucose), @@ -108,7 +106,7 @@ LXPattern[] patterns(GLucose glucose) { new GranimTestPattern2(glucose), // Shaheen - //new HelixPattern(glucose).setEligible(false), + // new HelixPattern(glucose).setEligible(false), // Sam new JazzRainbow(glucose), @@ -123,9 +121,6 @@ LXPattern[] patterns(GLucose glucose) { new TestTowerPattern(glucose), new TestProjectionPattern(glucose), new TestStripPattern(glucose), - new TestBassMapping(glucose), - new TestFloorMapping(glucose), - new TestSpeakerMapping(glucose), // new TestHuePattern(glucose), // new TestXPattern(glucose), // new TestYPattern(glucose), @@ -144,8 +139,8 @@ LXTransition[] transitions(GLucose glucose) { new SwipeTransition(glucose), new FadeTransition(lx), // new SubtractTransition(glucose), // similar to multiply - dh -// new BurnTransition(glucose), // similar to multiply - dh -// new ScreenTransition(glucose), // same as add -dh +// new BurnTransition(glucose), // similar to multiply - dh +// new ScreenTransition(glucose), // same as add -dh // new SoftLightTransition(glucose), // same as overlay -dh }; }