X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=SugarCubes.pde;h=a685442b2eb1fcb5cb0a6ad61b10172647e08afe;hb=69f25521118b6497cb88fc0d33a2cbfd8911bf7e;hp=f3351e0db96bfbba284935175de9c1d0d21ab46c;hpb=2815b69095f53b912200c75cc7a91caf34bd837c;p=SugarCubes.git diff --git a/SugarCubes.pde b/SugarCubes.pde index f3351e0..a685442 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), @@ -76,6 +79,7 @@ LXPattern[] patterns(GLucose glucose) { // L8on new L8onLife(glucose), new L8onAutomata(glucose), + new L8onStrips(glucose), // Vincent new VSTowers(glucose),