X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=DanHorwitz.pde;fp=DanHorwitz.pde;h=d084609e620c2dde46d31ce2e02c09f674da5ffe;hb=063fdce20916122031920226bd9c929302ba3b7a;hp=2ea3991b4377f967c94ecb04976537f0cca98022;hpb=7e3329d23ca78fbf1464e4f29d4f1ad25e8348de;p=SugarCubes.git diff --git a/DanHorwitz.pde b/DanHorwitz.pde index 2ea3991..d084609 100755 --- a/DanHorwitz.pde +++ b/DanHorwitz.pde @@ -509,7 +509,7 @@ class dLattice { dLattice DL_; //---------------------------------------------------------------------------------------------------------------------------------- -class Graph extends SCPattern { +class Worms extends SCPattern { int draw(dCursor c, int nAmount) { int nFrom = max(c.nLast+1,c.pos >> 12); @@ -528,7 +528,7 @@ class Graph extends SCPattern { int Cursors = 40; dCursor cur[] = new dCursor[Cursors]; - Graph(GLucose glucose) { + Worms(GLucose glucose) { super(glucose); if (DL_ == null) DL_ = new dLattice(); for (int i=0; i