X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=SugarCubes.pde;h=71f846e5926e8bb58eaf12658f529a1d45d2cbb9;hp=f3351e0db96bfbba284935175de9c1d0d21ab46c;hb=8f4e6c99775f2724edf3cec488860eb68b06491c;hpb=88080147955ba3a6ebfb40e8d96471b9d606e7bf diff --git a/SugarCubes.pde b/SugarCubes.pde index f3351e0..71f846e 100644 --- a/SugarCubes.pde +++ b/SugarCubes.pde @@ -51,6 +51,9 @@ LXPattern[] patterns(GLucose glucose) { new CubeEQ(glucose).setEligible(false), new PianoKeyPattern(glucose).setEligible(false), + // AntonK + new AKPong(glucose), + // DanH new Noise(glucose), new Play (glucose), @@ -74,8 +77,9 @@ LXPattern[] patterns(GLucose glucose) { new JackieDots(glucose), // L8on - new L8onLife(glucose), new L8onAutomata(glucose), + new L8onLife(glucose), + new L8onStripLife(glucose), // Vincent new VSTowers(glucose),