From 063fdce20916122031920226bd9c929302ba3b7a Mon Sep 17 00:00:00 2001 From: bb3dan Date: Fri, 4 Oct 2013 19:32:38 -0400 Subject: [PATCH 1/1] fixed worms --- DanHorwitz.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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